1
Hi,
Add your textbox id in jquery datepicker , Please add the following html in your code :
- <script type="text/javascript">
- $(document).ready(function() {
-
- $("#txtDate").datepicker( {
-
- });
- });
- </script>
More about Jquery Datepicker :
http://www.c-sharpcorner.com/UploadFile/2a6dc5/datepicker-in-jquery/
http://www.c-sharpcorner.com/UploadFile/2a6dc5/jquery-datepicker-part-2/
Similiar Thread :
https://forums.asp.net/t/1504279.aspx
https://www.codeproject.com/Articles/25709/Date-picker-in-ASP-net-gridview