I have a textbox.In its onclick iam calling a javascript fn to call calendar.Texbox is readonly. Clicking on textbox calendar is coming and value is showing in textbox. But on clicking submit button where I have written code to save, there i am not getting value in textbox. What may be the reason for that?
I have a textbox.In its onclick iam calling a javascript fn to call calendar.Texbox
Share
I suspect that your text box has the disabled attribute instead of readonly which prevents it from posting its value to the server.