how to include Jquery Picker in AspContentPage?
As it is not working.
Hi SUJAYS,
Refer below link.
Its now working As I have implemented the datepicker
<script type="text/javascript"> $(document).ready(function () { $("#<%=txtDate.ClientID %>").datepicker({ dateFormat: 'dd-mm-yy' }); }); </script> <asp:TextBox ID="txtdate" runat="server">
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.