Hi all,
i have created a web application on my location (India) and when i run the application it's run fine, but when i host this application in autralia then the above errors occours by the following line
DateTime WhenDtg = Convert.ToDateT ime(DateTime.No w.ToString("MM/dd/yyyy HH:mm:ss"));
i am not getting the solution.
i have created a web application on my location (India) and when i run the application it's run fine, but when i host this application in autralia then the above errors occours by the following line
DateTime WhenDtg = Convert.ToDateT ime(DateTime.No w.ToString("MM/dd/yyyy HH:mm:ss"));
i am not getting the solution.
Comment