开发者

in mail column in my gridview - how to send mail?

开发者 https://www.devze.com 2023-02-04 10:12 出处:网络
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 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

精彩评论

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