P
Paolo
While it is not a problem to create a mailto link in HTML,
<a href=
I would like to do so using an ASP.Net 2. 0 hyperlink, or some other control
(in Visual Web Developer 2005). What is the best way to do so?
TIA!
<a href=
mailto: said:<%#DataBinder.Eval(Container.DataItem, "StoreEmail")%></a>
I would like to do so using an ASP.Net 2. 0 hyperlink, or some other control
(in Visual Web Developer 2005). What is the best way to do so?
TIA!