On my page, I have an update panel, which I use to update two textboxes (textbox1 and textbox2) based on the entry of a different textbox (textbox3). So the user will enter a value in textbox3 and then hit tab. After tabbing out of the textbox, if the partial postback causes textbox1 and textbox2 to be updated, the user will lose the position where their cursor is at that time. Is there a way I can keep the cursor from being lost when the user's entry causes a partial postback?
↧