W
william.oram
I have a few controls on a basic form I'm working on that make use of
postback: for example, click a checkbox to make Panel1 and its
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, and all applicable
controls are set to AutoPostBack. These controls reacted appropriately
before I meddled in validation, so I have no idea what else could be
breaking it. I'd love to supply code to back myself up on this, but
I'm utterly lost.
Thanks!
postback: for example, click a checkbox to make Panel1 and its
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, and all applicable
controls are set to AutoPostBack. These controls reacted appropriately
before I meddled in validation, so I have no idea what else could be
breaking it. I'd love to supply code to back myself up on this, but
I'm utterly lost.
Thanks!