I have multiple text boxes on a silverlight page. How can I make one of them active so that I will not have to click it to be able to type into it.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could try
This tries to bring the focus over your textbox.
EDIT:
I assume that you want to select your textbox when the page is loaded. In this situation you nead to bring the focus to the silverlight plug-in first and after that to call Focus() method of your textbox.
Here a way to do this: