how to focus text box
i want to focus the text box after the click in the textbox or heilight he border of textbox in the WINDOWS FORM APPLICATION only
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ramchand RepallePosted Jan 29, 2015, 2:54 AM
For WINDWS FORM APPLICATION to focus the text box.
The below article will helps you definitely. Please have a look
http://www.c-sharpcorner.com/uploadfile/andyancona/focus-color-on-textbox-controls/
Thanks,
Ramchand
Suraj SahooPosted Jan 28, 2015, 11:24 AM
Please follow the above codeblocks. You can use javascript to achieve what you need. You can manipulate the code snippet to achieve what you wantby referencing the above link. You can also try in the JsFiddle.net .
Thanks