Question:
want to set textbox property as readonly?
m
2007-03-21 02:54:40 UTC
hi in my jsp form i have different employee field.at the time of edit record i want to lock the id field so that user can edit all field but not id field.i use textbox for all field.
so hw i doing this in jsp programming
Three answers:
abd
2007-03-21 03:18:13 UTC
go to properties of the field and change the read only property
prashant_jain212000
2007-03-21 03:06:34 UTC
1) readonly="true"

2) readonly



you can try any of the above options
G K
2007-03-24 10:14:50 UTC
hi





This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...