Click here to Skip to main content
15,921,467 members
Articles / Web Development / ASP.NET

jQuery tab in ASP.NET: Active tab problem after postback

Rate me:
Please Sign up or sign in to vote.
4.53/5 (9 votes)
2 Jul 2013CPOL 62.5K   2.1K   7  
Using jQuery tabs is easy to use. But the problem with ASP.NET is that when the page gets post back the active tab is deactivated and by default the first one gets activated. This aricle is about to fix this problem, i.e., after postback the same tab will be active.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Pakistan Pakistan
i am working in asp.net since 2007. My favorite is c#.
Email: zafar.kust@gmail.com
skype: zafarali5

Comments and Discussions