Prev: Overriding FIPS Policy in ASP.NET
Next: Save and then display msword documents as html, filtered html, single file .mht or pdf.
From: Luc on 16 Nov 2009 11:56 Hi, i created a form with a textbox where the user must enter his phone number, bank account number etc .... Does it exist a way to make the textbox with a specific format e.g. 'ddd/dddddd' (d = digit) for phone or 'ddd-dddddd-dd' for bank account number? Thanks for tips Luc
From: Andrew Morton on 16 Nov 2009 12:04 Luc wrote: > i created a form with a textbox where the user must enter his phone > number, bank account number etc .... Does it exist a way to make the > textbox with a specific format e.g. 'ddd/dddddd' (d = digit) for > phone or 'ddd-dddddd-dd' for bank account number? The best way would be to let the user enter the data however they want to and then your program validates it and coerces it into whatever other format you need. That way, they don't have to worry about whether or not you're expecting dashes or slashes or whatever. Andrew
From: Mark Rae [MVP] on 16 Nov 2009 12:17
"Luc" <drtg(a)sxxx.nl> wrote in message news:%23evU92tZKHA.2188(a)TK2MSFTNGP04.phx.gbl... > I created a form with a TextBox where the users must enter their phone > number, bank account number etc .... Does there exist a way to give the > TextBox a specific format e.g. 'ddd/dddddd' (d = digit) for phone or > 'ddd-dddddd-dd' for bank account number? http://www.google.co.uk/search?rlz=1C1CHMA_en-GBGB328GB328&aq=1&oq=Ajax+mas&sourceid=chrome&ie=UTF-8&q=ajax+maskededitextender -- Mark Rae ASP.NET MVP http://www.markrae.net |