CascadingDropdown

  • Thread starter Thread starter Cindy Lee
  • Start date Start date
C

Cindy Lee

I'm using the ajax control toolkit... for 2 cascading dropdown menus.
The dropdowns call the webservice to get their values and everything works
fine, but I want to be able to pass the end user's web browser to the app
file of the web services. I want to use the global resources, but it always
uses US for the resource file. is there anyway to get the users web
browers, even though the webpage is calling a webservice?
 
Cindy,

What do you mean by getting the user's web browser and send it to the
web service? Can you elaborate on that a little more?
 
It sounds like she wants to check BrowserCaps from the client side.

--
Regards,

Fred Chateau
fchateauAtComcastDotNet

Nicholas Paldino said:
Cindy,

What do you mean by getting the user's web browser and send it to the
web service? Can you elaborate on that a little more?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Cindy Lee said:
I'm using the ajax control toolkit... for 2 cascading dropdown menus.
The dropdowns call the webservice to get their values and everything
works
fine, but I want to be able to pass the end user's web browser to the app
file of the web services. I want to use the global resources, but it
always
uses US for the resource file. is there anyway to get the users web
browers, even though the webpage is calling a webservice?
 
Sorry, right now it reads what language the user's brower is set to and then
uses the resource files for translations.
But if I call a web service, I don't think that gets passed.



Nicholas Paldino said:
Cindy,

What do you mean by getting the user's web browser and send it to the
web service? Can you elaborate on that a little more?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Cindy Lee said:
I'm using the ajax control toolkit... for 2 cascading dropdown menus.
The dropdowns call the webservice to get their values and everything works
fine, but I want to be able to pass the end user's web browser to the app
file of the web services. I want to use the global resources, but it
always
uses US for the resource file. is there anyway to get the users web
browers, even though the webpage is calling a webservice?
 
Back
Top