Before I added validation features, I had a few controls that made use of postback: for example, click a checkbox to make Panel1 and subcontrols visible.
I've since added clientside and serverside validation and suddenly postback is broken. Only if 'Submit' is clicked does the form update with changes that should have occured automatically.
Page_Load() has nothing involving IsPostBack, so I have no idea what else could be breaking it.
I've since added clientside and serverside validation and suddenly postback is broken. Only if 'Submit' is clicked does the form update with changes that should have occured automatically.
Page_Load() has nothing involving IsPostBack, so I have no idea what else could be breaking it.
Comment