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

I am using TabContainer asp.net control. Inside tabcontainer i am using more than 1 tabpanel. Each panel i have gridview. When tabpanel is clicking I am binding values to gridview control. So in Tabcontainer i have added PostBack="true" properties and OnActiveTabChanged event also i have writen. My problem is everything is working fine but page is going up when tabpanel is clicking. If make it PostBack="false" page is not going up. But i should call server side code when i am clicking tab panel. So please suggest me what could be the problem?
Posted
Comments
BillWoodruff 10-Feb-12 19:23pm    
Is this an AJAX TabContainer ?
Member 7684075 12-Feb-12 23:22pm    
Yes. Its ajax tabcontainer.

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