I am building an application that has a sign up page with the following fields.
- Name (Free text)
- Email (Free text)
- Address (Free text)
- TimeZone (Dropdown list with a number of timezones)
The client requires the timezone field to be pre-populated with the current users timezone, rather than them having to find the most appropriate one.
I thought the request header might provide this info but i don't see anything.
Does anyone know how to get this using ASP.Net MVC?