This is a migrated thread and some comments may be shown as answers.

Redirect from radtab to radtab

1 Answer 83 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Rizwan Ansari
Top achievements
Rank 1
Rizwan Ansari asked on 15 Dec 2010, 06:53 AM
Hello sir,

i have two usercontrol..which i placed in two radtab..now in 1st usercontrol i have gridview and user can select a row to see the details..when user click select then i want to show 2nd usercontrol which i placed in radtab2..how can i do this..
please help to find the way.

thanks

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 15 Dec 2010, 11:16 AM
Hi Rizwan,


You can access the RadTabStrip by using NamingContainer property of the inner control (which is grid) and select the second tab from code behind. In the click event access the RadTab and set corresponding tab as selected.
Accessing Tabs
Working With Tabs Using Server-Side Code


-Shinu.
Tags
TabStrip
Asked by
Rizwan Ansari
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or