开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜