I want to use the jQuery default date picker, it’s awesome, but I want to put the trigger icon inside an asp.net textbox on the right side. How can I achieve this? Maybe using a custom asp.net control?
Thank you.
<asp:textbox id="sht" runat="server" />
<script> $('#sht').datepicker();</script>
Look this example here
CSS:
HTML: