I need to use jquery tabs in my asp.net website with ajax mode to load data in HTML partials form.I will have 4 tabs with different data sources.I need to load data into a tab only when a user clicks on that particular tab,in HTML partials using ajax mode.I have been googling to find an example on this.I am new to jquery and asp.net.Could someone please help me with sample code or example to do this?
Thanks in advance.
The jQuery-UI Documentation has a specific demonstration on this very issue.
Which, when used looks like this (note the
hrefvalues of each link):