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.
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