hiiiii
how to show gridview in a tab controll .
that means i want to create 3 tab when i am clicking tab button it will show data in a grid view
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Sep 26, 2013, 7:32 AM
OnActiveTabChanged event of tab container bind the grid.
ranjan sahooPosted Sep 26, 2013, 6:55 AM
Sanjeeb LenkaPosted Sep 26, 2013, 6:51 AM
Refer to this link. in that example there is tables in each tab. in place of table you just add the grid.
http://www.aspdotnet-suresh.com/2011/11/ajax-tabcontainer-sample-or-how-to.html
ranjan sahooPosted Sep 26, 2013, 6:45 AM
ranjan sahooPosted Sep 26, 2013, 6:30 AM
Sanjeeb LenkaPosted Sep 26, 2013, 6:22 AM
you can do it using jquery or Ajaxcontroltoolkit tabcontrol.
ranjan sahooPosted Sep 26, 2013, 6:17 AM