I have the following scenario:
Default.aspx -- start page (2 drop down lists)
I kept these 2 drop down lists under update panel ...but when i select drop down 1...it is also calling SelectedItemIndexChanged for Drop Down list 2...
When i commented out Updated Panel...then it is working properly...
How can i solve this situtation??
I phared the question in wrong way...
the thing that is happening is:
When i changed the Drop Down List 2, it is first calling SelectedItemIndexChanged of drop down list 1, then it is going to drop down 2 SelectedItemIndexChanged.
When i commented out Update panel...then it is working properly... How to tackle this situtation?
No comments:
Post a Comment