Click here to Skip to main content
15,908,013 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello
I need a Textbox and a Lable which could Mask date and money values whit my ideal format in .Net3.5.
examples for date: 1365/05/30(Year/Month/Day) Right To Left Direction
example for money: 300,000(each 3 digit one comma from right )
I want to have standard controls used in it and I desire opensource code.
please guide me.
Posted

1 solution

Try with this control here, it is a part of Ajax Control Toolkit

http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/MaskedEdit/MaskedEdit.aspx[^]


More infos on installation and usage you will find here:

http://ajaxcontroltoolkit.codeplex.com/[^]


Hope it helps.

Cheers!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900