readobly should work fine.
As far as i know readonly fields are committed (disabled are not) so it should be fine.

johan


On 2/16/06, Frank Silbermann <[EMAIL PROTECTED]> wrote:

A DatePicker is typically attached to a TextBox.  In the FormInput example, a validator is also attached to the TextBox in case the user bypasses the DatePicker and types in something stupid.

 

Could I simply attach my TextBox to an <input READONLY="true"> field, so that the DatePicker can set the value but data cannot be typed in?  Or will the READONLY attribute also foil the DatePicker?


Reply via email to