tehon3299 Posted February 13, 2003 Posted February 13, 2003 How can I mask an ASP input textbox so when a user submits it, say a DATE, I can have it write it to an SQL Table as MM-dd-yyyy?? Thanks Quote Thanks, Tehon
*Gurus* Derek Stone Posted February 14, 2003 *Gurus* Posted February 14, 2003 Turn server-side validation on and validate the input text using the System.Text.RegularExpressions.Regex class. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.