Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai,

I want use jquey datepicker in my application for Date of birth,DOJ,DOR like that fileds are there.

But using Master Pages i confused where i have to place jquery script files and where i have to write script for datepicker. I want use datepicker in different pages.

So any one plz help me briefly how to work with master pages.

Thanking you.
Posted

1 solution

Add your scrip files in your project and add references in your master file. i-e
<script src="../../scripts/yourFile.js"></script>
Make sure you have correct relative path to your folder where script files are placed.
Now, you can use dateTime picker in any of your html page that inherits this master page. If you have multiple master pages than do same for each file.
Enjoy!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900