Yes, this seems to be a strange problem with 2.0 version, to overcome this, set the ReadOnly property from codebehind, & not from the HTML part, e.g. write the following to the Page_Load event:
TextBox.Attributes.Add("readonly","true");
Regards
Mike
Don't expect too much, too soon.
|