Search Results

1
vote
3answers
64 views

JQuery Datepicker issue - asp.net

Hi, I have used JQuery within my asp.net page. JQuery is working fine. I could see the calendar and can pickup the date. The problem is that when the page is postbacked the value is lost. A …
0
votes
1answer
61 views

disable jquery datepicker

Hello friends!!! I have used jquery datepicker in my .aspx page. The control is working fine. What i need is to disable the control if the textbox on which it is linked is disabled. For ex. …
0
votes

JQuery Datepicker issue - asp.net

Hi guys, I found the reason. The problem was because of masking. I have also used the JQuery masking. I found the dates are saved in database but while displaying the dates within text fiel …