D
Daren Hawes
Hi
I need to add an attribute to a Textbox to make it read only.
To add a CSS I use
DeptDate.Attributes("Class") = "textInput"
That adds 'Class="textinput"', but the readonly is like..
<Input readonly Class="xxx" ...
How can I programatically ad the readonly bit if it doeas not have a
name like "Class" doeas?
Thx Daren
I need to add an attribute to a Textbox to make it read only.
To add a CSS I use
DeptDate.Attributes("Class") = "textInput"
That adds 'Class="textinput"', but the readonly is like..
<Input readonly Class="xxx" ...
How can I programatically ad the readonly bit if it doeas not have a
name like "Class" doeas?
Thx Daren