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

Ajax and back button

1 Answer 86 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
NEX
Top achievements
Rank 1
NEX asked on 27 Jul 2009, 10:05 AM
Using HistoryPoints in NET 3.5...

I can select the tab in the onnavigate event but since this event occurs AFTER the page_load
I am unable to trigger the server side TabClick event which loads the content of the tabs.

The content of each tab is a user control that is loaded by the TabClick event.  This event
is not been fired by the Ajax history onnavigate event.

The onnavigate event does fire the page_load BUT it does it before it executes and sets
the tab.selectIndex property.

Any suggestions/solutions would be most appreciated as usually :) 

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 27 Jul 2009, 04:53 PM
Hi Alfred Pena,

I suggest you extract the code of the TabClick event handler in a separate method and call that method during the onnavigate event.

Regards,
Albert
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
TabStrip
Asked by
NEX
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or