Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select on entry?
Message
From
06/04/2005 07:11:15
 
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01000359
Message ID:
01001813
Views:
19
This message has been marked as the solution to the initial question of the thread.
The standard textBox does not have such property. You need to write the code in the Enter event of the textbox.
the code in enter event would look somthing like below:
textBox1.Select(0,textBox1.Text.Length); //C# version
Best Luck..
Nilesh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform