Jquery Tab in Asp.net

Jquery Tab in Asp.net

Steps for making Jquery Tab in Asp.net Step 1: Add design on form page
  • HTML
  • CSS
  • //Want more tab just increase the li with ID and give the Name what u want in header // Ex: //
  • Style

Tab 1

Tab 2

//For tab content //Make div with ID=li id with name tab and add class="tab-content" //Ex: //
//

Tab 3

//
Step 2: Add script on Page