I try datepicker link ..
datepicker and i try this code
<input ID="fromdate" value="dd/mm/yyyy" runat="server" clientidmode="static" />
but when i try this code
- <script type="text/javascript">
- $(function () {
- $("#fromdate").datepicker();
- $("#todate").datepicker();
-
- });
- </script>
this show like this where as i also add link s