I want to change the System time Zone on changing the time Zone selected by user in my Application.
DropDownList2.DataSource = TimeZoneInfo.GetSystemTimeZones();
DropDownList2.DataBind();
How can I change it?
I want to change the System time Zone on changing the time Zone selected by user in my Application.
DropDownList2.DataSource = TimeZoneInfo.GetSystemTimeZones();
DropDownList2.DataBind();
How can I change it?
Have a look at this question. Hope this helps.