E
Edward Diener
I have a textbox-like control on a web form which has AutoPostBack set
to true. If I press the Submit button on my web form after changing the
text of the control, the handler for the AutoPostBack for the
textbox-like control is evoked but the handler for the Submit button is
never subsequently called in that particular postback. Does anybody know
why ? I want both handlers to be called before issuing a response back
to the client.
to true. If I press the Submit button on my web form after changing the
text of the control, the handler for the AutoPostBack for the
textbox-like control is evoked but the handler for the Submit button is
never subsequently called in that particular postback. Does anybody know
why ? I want both handlers to be called before issuing a response back
to the client.