Posted on: 5/14/2014 2:10:02 PM | Views : 454

i have datepic in my website
if the page is related with masterpage the datapic dosen't work
and if the page dosen't related with masterpage it works fine
code at masterpage
<head> <link rel="stylesheet" type="text/css" media="all" href="jsDatePick_ltr.min.css" /> <script type="text/javascript" src="jsDatePick.min.1.3.js"></script> <script type="text/javascript"> window.onload = function(){ new JsDatePick({ useMode:2, target: "ctl00_ContentPlaceHolder1_inputField", dateFormat: "%d/%m/%Y" }); }; </script> <asp:ContentPlaceHolder id="head" runat="server"> </asp:ContentPlaceHolder> </head> code a ...

Go to the complete details ...