Probs w/ AutoPostBack and DDL in Wizard Control
Hi everyone,
I'm reasonably new to ASP.Net 2, and I love the Wizard control, but I've come across an enfuriating problem, which was not a problem at all when I used the Multiview control.
I have two dropdownlists; the top one, when a selection is made, filters the list items of the second dropdownlist. Now this worked absolutely fine in MultiView, but when I ran the same code in a Wizard, the lists do not reflect the new SelectedIndex (i.e. the first one does not show the selection I just made and the bottom list is not filtered) and the form parameters do not seem to have been sent via the AutoPostBack.
I've searched the internet high and low for a solution to this. Is it a bug in the Wizard control? Can anyone help as I just don't seem to be able to find a solution to this problem. Any code would help too.
I am using ASP.Net2, SQL Server 2005 Express, and Visual Web Developer 2005 Express.
------
Graham
|