SyntaxFix
Write A Post
Hire A Developer
Questions
create a textbox:
<TextBox Name="tb"> ..hello.. </TextBox>
focus() ---> it is used to set input focus to the textbox control
tb.focus()