Ajax UpdatePanels scroll on partial page update.
- by George
I set the AutoPostback property of a textbox to True so I can process the TextChanged event on the server and, based on what they typed in the textbox, appropriately display a message in an update panel.
The problem is, when the partial screen refresh is performed, no control on the screen has focus.
99% of the time, when the text in the…