private void textbox_Enter(object sender, EventArgs e)
{
((TextBox)sender).SelectAll();
}
To select the text of textbox by code when focus enter to textbox
Posted by
Rajesh Rolen
at
Monday, August 10, 2009
Labels: C#.NET
0 comments:
Post a Comment