No postback from DropDownList
-
Hi, I'm trying to get a drop down list to postback and populate another list on the user selection. I've set the AutoPostBack property and added an event handler in my code behind. The event only fires if I force a postback through a button. Some points to note: Yes, JavaScript IS enabled on the browser, the SelectionChanged event does fire (after PageLoad) when I force the postback and I only fill my primary list on initial load and my secondary list in the SelectionChanged event of my primary list. Anyone seen this before or do I have to bring my chainsaw to work?!!!
-
Hi, I'm trying to get a drop down list to postback and populate another list on the user selection. I've set the AutoPostBack property and added an event handler in my code behind. The event only fires if I force a postback through a button. Some points to note: Yes, JavaScript IS enabled on the browser, the SelectionChanged event does fire (after PageLoad) when I force the postback and I only fill my primary list on initial load and my secondary list in the SelectionChanged event of my primary list. Anyone seen this before or do I have to bring my chainsaw to work?!!!
Mistery solved. McAfee antivirus has managed to screw up JavaScript on my development machine. No JavaScript is functioning from any site/page, hence no extended postback!