P
Pedro
Hi,
I have a datagrid with a column of LinkButtons
(Id=emaillink) that contains email links
([email protected]).
I wanted that when someone click on that link, the default
email application was invoked and allow the user to send a
email to that address.
How can I access the text of that cell so I can, on the
aspx not the codebehind?
I was trying to involve that cell with a <a
href="mailto:emaillink.Text" runat=server>
But isn't working, what can I do?
Thanks in advance
Pedro
I have a datagrid with a column of LinkButtons
(Id=emaillink) that contains email links
([email protected]).
I wanted that when someone click on that link, the default
email application was invoked and allow the user to send a
email to that address.
How can I access the text of that cell so I can, on the
aspx not the codebehind?
I was trying to involve that cell with a <a
href="mailto:emaillink.Text" runat=server>
But isn't working, what can I do?
Thanks in advance
Pedro