hi all,
actually i want to make a textbox readonly...
dynamically i want to change the textbox readonly and editable..
so is there any way i can specify in the style, this readonly property, and can change the style dynamically.
actually i need to specify like
.textboxstyle
{
readonly: true;
}
but this wont work... :(
Anybody pls help me... :(
actually i want to make a textbox readonly...
dynamically i want to change the textbox readonly and editable..
so is there any way i can specify in the style, this readonly property, and can change the style dynamically.
actually i need to specify like
.textboxstyle
{
readonly: true;
}
but this wont work... :(
Anybody pls help me... :(
Comment