Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3281920
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T19:52:11+00:00 2026-05-17T19:52:11+00:00

I have a web app hosted with GoDaddy (so the web server is in

  • 0

I have a web app hosted with GoDaddy (so the web server is in Arizona – Mountain Time). My users are mostly in Central Time Zone, but I could have some from other time zones.

I have a web page with a databound dropDownList using TimeZoneInfo, and I want to set the selected value of this dropDownList to whatever timeZone the user is in. Here’s my code currently:

protected void Page_Load(object sender, EventArgs e)
{
    DropDownListTimeZone.DataSource = TimeZoneInfo.GetSystemTimeZones();
    DropDownListTimeZone.DataBind();

    TimeZoneInfo cst = TimeZoneInfo.FindSystemTimeZoneById("Central Standard Time");
    DropDownListTimeZone.SelectedValue = cst.DisplayName;
}

It’s ok, but I want it to be smarter for those users who aren’t in CST. I was hoping there is some way to grab the user’s TimeZoneInfo from something like Page.Request.?? but I can’t figure it out.

Is there an easy solution to this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T19:52:11+00:00Added an answer on May 17, 2026 at 7:52 pm

    I think this would require a bit of javascript; since it’s running on the user’s browser, it could pick up whatever time zone the computer is set to and set the selected item in the dropdown accordingly.

    http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a web app that runs fine in Visual web developer. But when
I have another web app, that uses the liferay user database. But before a
I have a web app hosted in a cloud environment which can be expanded
I have a local web app that lets users attach and view files. Viewing
I'm working on the web app which will be hosted on the client's server.
I have Symfony 1.4 web-application. Let's say my app is hosted on example.com and
I have a scalable EAP 6.0 web app hosted on Openshift, and I get
I have to deploy an MVC app into a subdomain hosted on GoDaddy. The
I have a web app hosted in IIS7 and I have set the appPool
I have a MVC2 web app without a database that is being hosted by

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.