I am developing one ASP.NET application with VB code.I have one textbox to hold the amount, which contains default value as \"0.00\". Now the problem is while the textbox gets f
Create event for text focus
Now we have two properties
txt.SelectionStart = intValue
and
txt.selectionLength = length;
Use this property to resolve your stuff