Connecting Tech Pros Worldwide Forums | Help | Site Map

Required Field validator stops a readonly textbox even if data is there.

Newbie
 
Join Date: Feb 2007
Posts: 1
#1: Feb 20 '07
Hi All,

I have a textbox whose readonly property is set to true. This textbox is also guarded by a required field validator. What i m doing that I have a calendar control whose on date selection i am filling the this textbox , it works fine when i am in development server. But whenever i moved my code to hosting server the required field validator stops the form being submitted. If I remove the readonly property on hosting server then it works fine. Any idea how I can maintain the readonly property as well as required field validator for the same.

Any help will be great

Thanks
Nimesh Kumar

Reply