Changing selected index of dropdown is not reflected when posted back?

U

Ur Pal Al

Hi all,
Using .Net Framework 1.1 (with latest patch), I have a page with your
typical DropDownList control. There is logic that causes the selected
value (or selected index) of the drop down to be reset or changed via
javascript. This happens great on the page, but when the I try to
access the DDL.SelectedValue on the server, the value is always the
option that was initally set. Even if I manually select an item prior
to the javascript "re-selecting", the selected value is the initial
value.

Any ideas?

TIA,
Alex
 
U

Ur Pal Al

Im a newbie again... when the control.disabled = true.... the value
will not post back.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top