-
Link Button Control
Hi!
I am coding in c# and a newbie.
I have put a link button control in my web page. When the user clicks it, I want to redirect him/her to a particular page.
I have written the appropriate code in the click event of the link button. But, when I click the link button nothing happens. While debugging,the application doesnt even run the code. Whats the reason?
-
Re: Link Button Control
I am now using hyperlink control, and its working..but still could not figure out the problem with the Link Button control....
-
Re: Link Button Control
I suggest you ask this in the ASP.NET forum. Even if they answer you with some VB.NET code you can manage to convert it to C#... it's similar:D