Click here to Skip to main content
15,900,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a user control with 4 dropdownlists and in my host page(.aspx)page I have 2 dropdownlists. If one of the selectedindexchanged events of the dropdownlist is fired, I want to display the related values in the user-control dropdownlist. How to do this? Please advise me. I am using sessions in this and I am getting user control by using hiddenfield in the host page.
Posted
Updated 31-Jan-11 19:12pm
v2
Comments
Sunasara Imdadhusen 1-Feb-11 1:20am    
Please provide code snippet that you have written!!
Sandeep Mewara 1-Feb-11 2:07am    
What have you tried so far?

1 solution

You can write a function to bind the dropdown(s) in the user control page (class) and call that function to set/reset the dropdownlist.
 
Share this answer
 
Comments
Ganesh_mca 2-Feb-11 4:34am    
thanks for ur reply

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