Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In my webpage there are two comboboxes. I have bind both comboboxes.
When I am selecting value from one combo it will call selectedindexchanged event of other combo and then its own event.

What is the reason behind it.
Posted
Comments
Azziet 23-Jan-13 5:59am    
check selectedindexchanged event properly ...maybe bot events are sharing same combobox object
Jibesh 24-Jan-13 3:47am    
if am not wrong did you set the IsPostBack property true.

1 solution

combo box objects should be diiferent.
can you please share your code with us??
 
Share this answer
 

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