I have a C# Web application which has been installed in the US Server and database is in another server. I am accessing my application from India. Now when user sign up, he choose the Reporting date from the calender control which has the current system date time selected by default and User Creation date is inserted from the background C# code. Since I am using the application in my local country browser, that's why both the dates are different. Is there anyway to resolve this conflicts.
obUser.CreationDate = Datetime.Now