----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Mrinal Message 2 in Discussion Hi Viswak , This is not possible as it is but i can suggest you a couple of workarounds : 1. All these Validations by default goes to a javascript - WebUIValidation.js , which u will get in aspnet_client folder in " C:/inetpub/wwwroot " , there you can change the format it accepts to "dd/mm/yyyy" . 2. You can go for a regular Expression Validator and write the appropriate reg ex validator that u can get in any regular expression site like http://www.regexlib.com 3. Go for a custom validator and write your own client and server side scripts . 4. Last one is by using Globalization but i am not very sure about it as u can change your applications culture to one that supports this format and create appropriate satellite assembly , but preferably don't go for it , Regards , Mrinal ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDOTNET/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
