I have a few textboxes inside an UpdatePanel that are used to calculate values in some labels. Each time a user exits a textbox, the server needs to make some calculations and change the values on the labels. After it does the calculations and comes back, I would like the next textbox to have focus. I would like to make it so that the user can tab between textboxes. Currently, when I leave a textbox, everything loses focus and I have to select the next textbox myself. I have tried to use a variable to set the focus in the Page_load, but it doesn't seem to help. I am using Master Pages, that might be a cause of the problem, but I am not sure.
Any help?
Respect to the community...
KJAK