In my application, I have a dropdown list that is populated when the page loads. Its AutoPostBack property is set to True. I also have a formview, and two gridviews that use that dropdown's id and selectedValue in their SelectParameters template to populate
them when the selectedValue changes on the dropdown.
This works fine when running the website in the development server but when it is run from the browser from IIS those controls do not change when the dropdown list's selected value changes.
Any suggestions?
Go to the complete details ...