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?