Jquery Tab in Asp.net
Steps for making Jquery Tab in Asp.net
Step 1: Add design on form page
//For tab content
//Make div with ID=li id with name tab and add class="tab-content"
//Ex:
//
Step 2: Add script on Page
Tab 1
Tab 2
//