How to make (link)button function as hyperlink?
How do I use an asp:Button or asp:LinkButton as asp:Hyperlink?
How do I use an asp:Button or asp:LinkButton as asp:Hyperlink?
I have a asp.net web application. In my .aspx page I have a update panel in which I have 3 asp:LinkButton that should make a call to a c# code behind. The problem is that the onclick doesn’t work.
i want to use href='News.aspx?id=<%#Eval("id")%>' in linkbutton but it is dosent work pleas help me