Hello experts,
i m developing asp.net C# application with back end sql server 2000. in that i have one input box which contain date value in 'MM/dd/yyyy' format. and my system date format is 'dd/MM/yyyy' when i m trying to submit my page the following error is occur.
String was not recognized as a valid DateTime. i found that its happen because of the date format difference of application and system. but i dont want to change my system as well as application date format because some other criteria. what can i do, so i dont have to change any of date format.
please help me...
thanks.