Hi, I know this is easy but I can't for the life of me work it out. I have a datagrid with a template column populated by dataset. I want to get the value of that cell as a string and play with it in my
vb page behind code. Thats all! Not that much to ask is it?
The html code is
<asp:linkbutton id="linkemail" Font-Size="10" OnClick = "email" text='<%#databinder.eval(container.dataitem, "email")%>' Runat="server" width="100"></asp:linkbutton>
I'm calling a sub on the onclick event and I (obviously) need the bloody email address!!!!!!
Pleas help!
thank you
raif