A little ASP.NET / AJAX help

Soldato
Joined
18 Oct 2002
Posts
9,598
Location
Sunderland
Ok I have an application that Im writing that populates a second drop down list using AJAX dependant what is selected in the first drop down list.

Works well, nice and quickly.

However, when the page is submitted using a normal asp.net button, and the postback is created I cant for the life of me get the value from the second dropdownlist that was dynamically filled.

I can get hold of the drop down list, but as far as the code behind the page is concerned its empty.

Am I missing a trick, or going about this is the wrong way? I can get hold of the value of the drop down list in javascript, but not in the asp.net codebehind.

The page needs to function using AJAX as the original developer specified it that way.

Cheers

Rob
 
Back
Top Bottom