All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
TabStrip
/
Ajax and back button
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
NEX
84 posts
Member since:
Aug 2007
Posted 27 Jul 2009
Link to this post
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 :)
Atanas Korchev
Admin
8462 posts
Posted 27 Jul 2009
Link to this post
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.
Back to Top
Close