--
Madhur
"Waldy" <som...@microsoft.com> wrote in message
news:OYZSo0Cs...@TK2MSFTNGP02.phx.gbl...
Not easily as it is a large project.
>Make sure that AutoPostBack property of DropDownList is set to True.
I tried that, and now the form gets posted back when a selection is made,
but the dropdown events code still does not get executed.
The two comments you made contradict each other. When you make a selection,
the Dropdownlist OnselectedChanged event is the event that's firing, to
cause the postback.
What (exactly) are you referring to when you say "dropdown events code"
David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup
"Waldy" <som...@microsoft.com> wrote in message
news:OjftqYEs...@TK2MSFTNGP02.phx.gbl...
> The two comments you made contradict each other. When you make a
> selection, the Dropdownlist OnselectedChanged event is the event that's
> firing, to cause the postback.
The page is re-loaded.
> What (exactly) are you referring to when you say "dropdown events code"
The OnSelectedIndexChanged code in the code behind file.