Click here to Skip to main content
16,016,744 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello,


I have used two dropdownlist,in which i want to get value on selectedindexchanged of first dropdownlist into second dropdownlist.but the problem is selectedindexchanged event is not coming on aspx page.

how to solve this problem???
Posted
Comments
Sergey Alexandrovich Kryukov 11-Feb-12 4:54am    
ASP.NET? Tag it.
--SA
Sergey Alexandrovich Kryukov 11-Feb-12 4:56am    
There are many ways to screw up things. I don't know which one is your favorite.
My secret spy access to your hard drive is not fully operational at this moment. :-)
--SA

1 solution

ASM
Hi,

     You have to add this event in source like  <asp:dropdownlist id="DropDownList1" runat="server" onselectedindexchanged="DropDownList1_SelectedIndexChanged" xmlns:asp="#unknown">
        </asp:dropdownlist>

otherwise you can find in properties window. There will be yellow icon. If you choose that you can see this event in Action node. Just Click that.
 
Share this answer
 
Comments
deepa5 11-Feb-12 5:16am    
yes i did this but its not working,please tell me another solution.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900