G
Glenn
Hi!
I've developed an app that displays multiple textbox and
combobox fields (most of which are autopostback) on a form
along with a submit button. My users find it confusing
when they change data in one of the autopostback textboxes
then click on the 'submit' button and, instead of seeing
the next form they see the same form come back to them, as
if they never clicked the 'submit' button. What's
happening behind the scenes is that changing the text box
then clicking the 'submit' button first triggers
the 'onblur' event of the textbox which triggers the
postback, so the click of the 'submit' never really
happens to the backend. Does anyone have any suggestions
on what my options are to make this clearer to the end
user (I do have a 'Please wait' message during postback
but that doesn't clarify things - it's the same form
coming back that doesn't make sense to them, all they know
is that they pressed 'submit'). Is there any clever way
for the back end (vb.net/asp.net) code to detect that the
submit has been clicked so that I can consolidate the 2
operations?
Thanks in advance,
Glenn
I've developed an app that displays multiple textbox and
combobox fields (most of which are autopostback) on a form
along with a submit button. My users find it confusing
when they change data in one of the autopostback textboxes
then click on the 'submit' button and, instead of seeing
the next form they see the same form come back to them, as
if they never clicked the 'submit' button. What's
happening behind the scenes is that changing the text box
then clicking the 'submit' button first triggers
the 'onblur' event of the textbox which triggers the
postback, so the click of the 'submit' never really
happens to the backend. Does anyone have any suggestions
on what my options are to make this clearer to the end
user (I do have a 'Please wait' message during postback
but that doesn't clarify things - it's the same form
coming back that doesn't make sense to them, all they know
is that they pressed 'submit'). Is there any clever way
for the back end (vb.net/asp.net) code to detect that the
submit has been clicked so that I can consolidate the 2
operations?
Thanks in advance,
Glenn