Wizard Control and DropDownList
What happens is the dropdownlist is not populated with the data before I am ready to set the selected value. I have stepped through multiple events (Page_Init, Page_LoadComplete, Wizard_Init, etc.) to see when the dropdownlist is completely loaded to determine when to set the selected value but have had no such luck in doing so. I am using VB.NET and a SqlDataSource to bind the dropdownlist. Any ideas and / or help will be much appreciated.
Thanks in Advance!

