3
Reply

How can we include jQuery library in ASP.Net project?

Nitin Choudhary

Nitin Choudhary

10y
2.1k
0
Reply

    Download the jQuery library JS file and add path in the MAster page head section so you can use in all pages

    Add following code in "head" section - [ script src="Scripts/jquery-1.9.1.min.js" type="text/javascript">

    Download the jQuery library from jQuery.com and include that reference in the asp.net page.