Click here to Skip to main content
15,887,962 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using Ajax TabContainer
There is a drop down in tab which is bound with database (sqlserver);
and on selectIndex change event fired to fill the other drop down
(Post Back).
I m using update panel to get rid of post back but it is not working as it normally works. And I have some controls out side theTabContainer as well.

So please let me know how should I manage It?
Posted
Updated 10-Apr-10 3:21am
v2

1 solution

Cant really tell what you are doing wrong without looking at your code.
However, you can achieve this simply by using CascadingDropDown extender of ajax.
Click here
 
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