Implementation of FancyBox using Jquery in Asp.net

Implementation of FancyBox using Jquery in Asp.net

Steps for FancyBox implementation in Asp.net Step 1: Add script and style to Header in Caller Design Page
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
Use of Post and Get Method in Jquery

Use of Post and Get Method in Jquery

Use of Post Method in Jquery to Send Data on Button Click $(document).ready(function(){ $('input[id$="Button Id"]').click(function(){ var Fname="Text Value"; // name is local variable you can use without declaring. var res=$.post('Path of Generic Handler or Webservise', { name: Fname}, function (result) { alert(result); }); rsp.error
Dynamic tooltip using Jqery in Asp.net(Using Sql Database)

Dynamic tooltip using Jqery in Asp.net(Using Sql Database)

Steps are Below:- 1. Add script to Head on design page