hi guys,
I want to send the data from one page to another page using the anchor tag. I have a usergroupid data which i need to sent to the other page. I am getting the syntax error in it. Can any one tell me whats wrong in my clientside code.
<a id="lnkBtnEdit " runat="server" href='AddUserGr oups.aspx?UserG roupId=<%# Eval("UserGroup Id") %>&Mode=Update ' >
Thanks & Regards
Bharath Reddy VasiReddy
I want to send the data from one page to another page using the anchor tag. I have a usergroupid data which i need to sent to the other page. I am getting the syntax error in it. Can any one tell me whats wrong in my clientside code.
<a id="lnkBtnEdit " runat="server" href='AddUserGr oups.aspx?UserG roupId=<%# Eval("UserGroup Id") %>&Mode=Update ' >
Thanks & Regards
Bharath Reddy VasiReddy
Comment