1.

How To Use Jquery In Asp.net Web Application?

Answer»

To use jQuery in ASP.NET web application follow the below steps:

  1. GO to http://jquery.com/(The official jQuery WEBSITE)
  2. Download latest .js jQuery file from the website. 
  3. Put it the script(or other FOLDER) in the root of your web application 
  4. ADD the below TAG on the page where you want to use Jquery script type="text/javascript" src="script/jQueryDownLoadedFileName.js" /script

To use jQuery in ASP.NET web application follow the below steps:



Discussion

No Comment Found