It's weird that the asp textbox doesn't work. But one option could be to try using a <asp:HiddenField> to store values between postbacks.
1. When you change it with thedatepicker store it in the hiddenfield 2. When you make the postback store the value of the hiddenfield in the textbox On 10 jul, 05:07, maduranga001 <[email protected]> wrote: > Hi, > > I am using the datepicker in jQuery UI and I want to get that value in > C# code behind.If I use runat="server" attribute it does not work.Can > you help me to get this value in the code behind.Other thing is I want > to go for a post back once I change the date.Then I used a asp.net > textbox control.But It seems to be not working for it too.Can you help > me.I am waiting for a feedback. > > I found you email fromhttp://jqueryui.com/supportpage. > > Thank you, > Prasad Maduranga. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
