ASP page get current focused control

Posted by Breander on Stack Overflow See other posts from Stack Overflow or by Breander
Published on 2010-05-31T14:34:37Z Indexed on 2010/05/31 14:43 UTC
Read the original article Hit count: 142

Filed under:
|
|
|
|

So what I have is a bunch of dynamically created textboxs that when the user enters some data and either tabs out or clicks out some calculations are done. After the page posts back control focus is lost. What I need is to be able to set focus back to the control that was tabbed to or clicked into not the control that data was entered into.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET