How Can We Help?
Question
I noticed that “AutoPostBack” is only triggered when a user clicks “Enter” after manually type in BrowsePage Textbox field.
Can “AutoPostBack” be triggered once focus is moved to the next field, for example, using a “Tab” button?
Answer
Pressing enter forces the entire page to postback irrespective of the control you currently have the focus on.
To achieve what you are suggesting enable AutoPostBack = true on the Browse Page and after typing a value into the browse page and pressing tab an auto-postback should fire automatically.
Comments are closed.