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

Pass Querystring parameters from Tab to Tab

1 Answer 82 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Raymond
Top achievements
Rank 1
Raymond asked on 26 Sep 2013, 07:24 PM
I have a tab strip inside of an Ajax Update panel. When I first display the tab strip, the url has querystring parameters (exampleL: EmployeeInformation.aspx?PlantCode=12&DivisionCode=1.

When I click another tab, is there a way to automatically get those querystring parameters passed to the new naviagate url or do I need to remove the NavigateURL parameter and do my navigation in the TabClick event?

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 01 Oct 2013, 12:28 PM
Hello Raymond,

I would suggest you (as you had well guessed), to use the TabClick event, if you attempt to configure the NavigateUrl using the passed parameters.

Regards,
Nencho
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
TabStrip
Asked by
Raymond
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or