Wizard Control & Drop Down Lists

Stephen Paden

New member
Joined
Nov 14, 2011
Messages
3
Location
West Lafayette, Indiana, United States
Programming Experience
1-3
Hey guys,

I have a dropdownlist that passes an index value to a gridview, and from there the value is passed to a stored procedure, causing the gridview to display the information based on that value. I am sorry I don't have the code, but my question is general. Whenever I place both the dropdownlist and the gridview inside of the wizard control step, the dropdownlist nor the value can been seen. If I move them out of the control, they can be seen just fine. I tried a simple response.write('dropdownlist.selectedvalue') inside of the wizard control step and it i was able to pull the value from the dropdownlist, but getting the gridview to see it is another matter. Any suggestions?

Thank you in advance!

Steve
 
Back
Top