How do you set the focus to a text box in ASP .NET? ASP Text boxes don't have a focus or setfocus method.Spot on.
Javascript has a "focus" function call :)
Something likedocument.getElementById('txtUsername').focus();
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment