All Questions
3 questions
0
votes
1
answer
1k
views
Using values selected by JQuery datepicker from code-behind
I am building an ASP.NET website, and in the aspx markup page i put in a JQuery datepicker.
I also set default values, and on the FE side it looks ok, the text box is always populated with the ...
0
votes
1
answer
303
views
Change label text when select a date from J Query date-picker
I have the following function that take the date picked using J Query date-picker and call code behind function in C#
<script>
$(function () {
$("#datepicker").datepicker(
...
0
votes
1
answer
4k
views
Jquery datepicker unable to capture value of SUBMIT control in code behind
I am using the jQuery DatePicker control. The control displays properly but I am unable to get the selected value in my code behind page. I attempt to capture the user-selected value using: ...