What is an alternate way of setting TextBox focus in design time?

 Posted by vishalneeraj-24503 on 5/5/2014 | Category: ASP.NET Interview questions | Views: 1450 | Points: 40
Answer:

We will set TabIndex property to 0 for setting textbox focus:

For Example:-
<asp:TextBox ID="TextBox1" runat="server" TabIndex="0"></asp:TextBox>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response