Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have an application in asp.net in which i uses tab control from Jquery UI.

Everyone knows that asp.net page supports only one form has to be run at server. SO that i am loading the content of each tab from a seperate page.(like ajax tabs in Jquery UI)

The problem is i am having a gridView in a page which has a lot of rows. I tried to implement a pagenation function on the gridview. But when i change page it goes off to that page.

Instead i want it to change page inside the tab control. Is there a way to make the changes made in the page to load inside that exact tab?

Thanks Advance Friends!
Posted
Comments
_Amy 8-Apr-13 2:54am    
sri senthil kumar 8-Apr-13 5:03am    
One quick suggestion would be use of iframe. You can use iframe to load the page inside the tab and all the functions will takes place as you want...
Rekhash 8-Apr-13 5:05am    
@sri senthil kumar the problem is that i cant use iframe in my application.

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