Hi!
I am developing an application in ASP.Net. I've a textbox in my form and I've set it's ReadOnly property to 'True'. I am getting a date in that textbox using a datePicker in Javascript. But I'm not able to get the value of the TextBox in codebehind. When I change the property ReadOnly to 'False'.. I am able to get the value of the TextBox in codebehind. I'm wondering what could be the reason for not been able to get the value of textbox when setting it's ReadOnly property to 'True'. I guess, I've done this in other projects as well.. but getting this error now.
Can anyone provide some help regarding this?
Thanks
Anuj