Hi ,within my form I would like to dispaly all fields but lock other fields (just to enable selected user to input base on the dispalayed information input by other user
any idea ?
Note :Server 5
thanks and regrads
Hi ,within my form I would like to dispaly all fields but lock other fields (just to enable selected user to input base on the dispalayed information input by other user
any idea ?
Note :Server 5
thanks and regrads
Subject: How to lock some field in the web form
Hai, Your Can Put the Fields in Controlled Section.
Hope this will help u
Pawan
Subject: RE: How to lock some field in the web form
I thought about controlled section , but what I have is two fields in one line I want the user to see all field but to be able to update only one
Subject: RE: How to lock some field in the web form
Dear Hajar,
Use ReadOnly attributes in Htmlattribute event of the field. It will help u .
Rishi
Subject: RE: How to lock some field in the web form
you may need to use javascript and make sure that the readonly property is set only when you want it to and its an editable field during the rest of the times (or do you need it to be readonly all the time ?..the HTML attribute will do it for you in that case)
Subject: RE: How to lock some field in the web form
Thanks alot I used javascript methoud (disabled)