Wednesday, March 21, 2012

UpdatePanel and focus

I Have a lot of textbox inside a updatepanel and when the text of one textbox changed, I refresh the values of each textbox.

The problem is that I lost the focus when the controls get the new values. I want the focus in the next control.

Set the focus by calling the SetFocus method of the ScriptManager object.


Thanks for the response.

Its works very well


Doesn't work for me when I try to set focus to a RadiobuttonList inside an updatepanel?

No comments:

Post a Comment