Click here to Skip to main content
15,889,335 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWeb.config file modified Pin
Elena200622-Jul-09 14:14
Elena200622-Jul-09 14:14 
AnswerRe: Web.config file modified Pin
Christian Graus22-Jul-09 15:14
protectorChristian Graus22-Jul-09 15:14 
AnswerRe: Web.config file modified Pin
N a v a n e e t h22-Jul-09 15:44
N a v a n e e t h22-Jul-09 15:44 
AnswerRe: Web.config file modified Pin
koolprasad200322-Jul-09 21:17
professionalkoolprasad200322-Jul-09 21:17 
QuestionTextBox event handling inside a datalist on a WebForm Pin
MacIntyre22-Jul-09 13:17
MacIntyre22-Jul-09 13:17 
AnswerRe: TextBox event handling inside a datalist on a WebForm Pin
Herman<T>.Instance22-Jul-09 23:12
Herman<T>.Instance22-Jul-09 23:12 
GeneralRe: TextBox event handling inside a datalist on a WebForm Pin
MacIntyre23-Jul-09 5:38
MacIntyre23-Jul-09 5:38 
QuestionDropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust22-Jul-09 9:48
TMFoust22-Jul-09 9:48 
I have several dropdownlists on my page. The first works as expected and populated the the datasets for the other two and displays them on the screen.

My issue arises once I make a selection from the 2nd and 3rd dropdownlists. It appears that the onSelectedIndexChanged method is not firing.....

<asp:Label ID="Label3" runat="server" Text="Study Selection"></asp:Label>&nbsp;&nbsp;
<asp:DropDownList ID="DropDownList3" runat="server" AutoPostBack="True" onSelectedIndexChanged="displayDefinitions" >
</asp:DropDownList>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<asp:Label
    ID="Label1" runat="server" Text="Row Selection" Visible="False"></asp:Label>&nbsp;&nbsp;
<asp:DropDownList ID="DropDownList1" runat="server" Visible="false" onSelectedIndexChanged="nextStep"  >
</asp:DropDownList>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<asp:Label
    ID="Label2" runat="server" Text="Column Selection" Visible="False"></asp:Label>&nbsp;&nbsp;
<asp:DropDownList ID="DropDownList2" runat="server" Visible="false" onSelectedIndexChanged="nextStep" >
</asp:DropDownList>


DropDownList3 works fine.
DropDownList1 and DropDownList2 do not. I can make a selection, but the underlying code is not called.

I'm sure it's going to be something deceptively simple, but I'm just not seeing it.
Thanks for any help offered.
AnswerRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Blue_Boy22-Jul-09 9:54
Blue_Boy22-Jul-09 9:54 
AnswerRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Brij22-Jul-09 9:55
mentorBrij22-Jul-09 9:55 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust22-Jul-09 10:06
TMFoust22-Jul-09 10:06 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Abhijit Jana22-Jul-09 10:13
professionalAbhijit Jana22-Jul-09 10:13 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Brij22-Jul-09 10:13
mentorBrij22-Jul-09 10:13 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust22-Jul-09 10:30
TMFoust22-Jul-09 10:30 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Abhijit Jana22-Jul-09 10:38
professionalAbhijit Jana22-Jul-09 10:38 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust22-Jul-09 10:47
TMFoust22-Jul-09 10:47 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Abhijit Jana22-Jul-09 11:01
professionalAbhijit Jana22-Jul-09 11:01 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Brij22-Jul-09 10:41
mentorBrij22-Jul-09 10:41 
AnswerRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Christian Graus22-Jul-09 11:09
protectorChristian Graus22-Jul-09 11:09 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust22-Jul-09 11:18
TMFoust22-Jul-09 11:18 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust22-Jul-09 11:19
TMFoust22-Jul-09 11:19 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Christian Graus22-Jul-09 13:37
protectorChristian Graus22-Jul-09 13:37 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust23-Jul-09 3:28
TMFoust23-Jul-09 3:28 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust23-Jul-09 4:43
TMFoust23-Jul-09 4:43 
Questionbar chart graph in asp.net when data is fed from database?? Pin
solo_gaurav22-Jul-09 8:55
solo_gaurav22-Jul-09 8:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.