This topic is locked

make field readonly at the server level

1/19/2022 12:14:31 AM
ASPRunner.NET General questions
T
Tuong Do author

We can make field readonly by using javascript

Can we also be able to do it at the server level as proxy down to client take alots of time and also javascript also can have runtime error at line above making the current line not running

Can we have somthing like

pageObject.makeFieldReadOnly("Make")

admin 1/19/2022

We do not have this kind of functionality. You can only do this from Javascript code.