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
Ur Pal Al - 31 Jan 2006 19:39 GMT
Im a newbie again... when the control.disabled = true.... the value
will not post back.