Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Masking textbox question

Status
Not open for further replies.

sheykc

Programmer
Sep 28, 2001
79
US
We are wanting to mask textboxes to help with populating dates, such that the " / / " is already in the textbox when the user starts typing. Is there a solution built in to .NET to do this?
 
There is nothing in the stock .NET text box control.. YOu will either need to use javascript or a 3rd party conrol.
 
Seems like I always have to go back to using javascript....
 
That will be because you want to add client side attributes and to a server-side object (therefore you have to use a client side language such as javascript)...


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top