|
Hello,
I want to store 1st item.value of dropdownlist on page load.
but it is not allowing.
-The text property of the textbox has got the value you typed, despite viewstate false -The checkbox.checked property is true, despite viewstate off - And the selectedValue property of the dropdown is "", no matter what you chose. And to avoid obvious stuff, in fact putting a break point on the load method of the page, just before clicking the button would have shown the same thing...
So, what is the problem with the dropdownlist?
|