N
Nathan Sokalski
I have a Page that contains an UpdatePanel with a Button inside of it. The
UpdatePanel has ChildrenAsTriggers="false" and UpdateMode="Conditional", and
the Button is not one of the Triggers, so I would expect clicking this
Button to do a normal postback. However, when I click it, the browser does
not do a postback, although it does execute the eventhandler for the button.
What could I be missing? Thanks.
UpdatePanel has ChildrenAsTriggers="false" and UpdateMode="Conditional", and
the Button is not one of the Triggers, so I would expect clicking this
Button to do a normal postback. However, when I click it, the browser does
not do a postback, although it does execute the eventhandler for the button.
What could I be missing? Thanks.