User219039814 posted
I have a datepicker as follows..
<input type="text" class="form-control show_cal" id="datepicker" placeholder="Select Date" size="30">
All the required JS files are attached..
now my problem is getting the selected date's value from the input box to the server end
I dont want to remove the input type tag and attach the asp:textbox..
can anyone help..