Author: ariela | Posted on: 8/16/2008 1:57:03 AM | Views : 857

I have an aspx page default.aspx with a master page. Inside it there is a form with some textbox controls with runat=server

and a submit button. In the code behind there is a handler for the button. but when I push the button on the page nothing happens.

I took the code from 4guysfromrolla : http://aspnet.4guysfromrolla.com/articles/072606-1.aspx  which is written in vb.net and converted it one2one to C#.

the vb code works fine, but mine doesn't, any idea why my button event doesn't fire?

should I post the whole code or any here?

 
...

Go to the complete details ...