DOT NET ACADEMY
Dot Net Interview Questions and Tutorials By Dr. Rajesh Rolen
Home
ASP.NET Interview Questions
+
C#.NET and VB.NET Interview Questions
OOPs Interview Questions
+
Monday, August 10, 2009
To select the text of textbox by code when focus enter to textbox
private void textbox_Enter(object sender, EventArgs e)
{
((TextBox)sender).SelectAll();
}
Share This!
No comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment