I have three dropdownlists. The first two are on AutoPostBack=True, and I populate two textboxes with the values of each of these dropdownlists.
I am having problems with the third since on PostBack, it was populating a text box with the first value everytime, and not the selected item. Can I grab the selected value from this third ddl with AutoPostBack=False, and pass the selected value to another page?
If so, how would I do that?
Thanks!
I am having problems with the third since on PostBack, it was populating a text box with the first value everytime, and not the selected item. Can I grab the selected value from this third ddl with AutoPostBack=False, and pass the selected value to another page?
If so, how would I do that?
Thanks!