B
Bill
Say I want to pull a bunch of records from a contacts database into a
gridview and one of the fields contains an email address. Now suppose
I want to make that email address clickable by putting it in a string
(strEmail) and wrapping it in a hyperlink like this ASP Classic
example...
"<a href='mailto:" & strEmail & "'>" & strEmail & "</a>"
How do I pull that off in a gridview? Step by step or tutorial link
would be great if available.
I am using VS 2005, ASP.Net 2.0 with C# code behind.
Thanks for your help in advance,
Bill
gridview and one of the fields contains an email address. Now suppose
I want to make that email address clickable by putting it in a string
(strEmail) and wrapping it in a hyperlink like this ASP Classic
example...
"<a href='mailto:" & strEmail & "'>" & strEmail & "</a>"
How do I pull that off in a gridview? Step by step or tutorial link
would be great if available.
I am using VS 2005, ASP.Net 2.0 with C# code behind.
Thanks for your help in advance,
Bill