Why wont my "asp:button" do a postback?

  • Thread starter Thread starter HockeyFan
  • Start date Start date
H

HockeyFan

I've got a page with an asp:button on it and for some reason, it not
only will not execute the OnClick handler, but it wont even do a
postback. There are no errors, but the button doesn't do anything.
Any ideas of what might be going on and/or to diagnose the problem?
 
Yea some code would be good but off the top of my hand make sure you havent
got any validators on your page which are failing and stopping the post
back. Make sure the button has its runat="server" attribute as well.
 
Back
Top