in mail column in my gridview - how to send mail?
I have GridView
in my form that has column that bind to mail field on
my database.
I see this mail in my GridView
, but how to do that in mouse开发者_开发知识库 press I'll send mail ?
(I try the hyperlink - but still no working)
thanks
Try this:
<a href="mailto:test@hotmail.com">test@hotmail.com</a>
You can use a command button in the GridView
to call code which will do what you want.
精彩评论