Jquery date picker value is not updating
I have user control with update panel and i have use j-query date picker when i selected any date, it show the date in the text box but value in the code behind showing the current date.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jun 3, 2014, 12:21 AM
hi,
Using Request.Form collation you can get the value.
please refer
http://www.aspsnippets.com/Articles/jQuery-UI-DatePicker-Calendar-Example-in-ASPNet.aspx
hope this will help you.