C
|
cgphp 7/26/2011 |
You can create aliases for the fields. Set up them as readonly on the edit page and then check user login and show/hide your fields or aliases in the "Edit page: Before display" event: http://www.asprunner.com/forums/topic/6196-how-to-hide-controls-on-addedit-pages/ |
I
|
imthebest author 7/27/2011 |
Thanks cgphp. |
C
|
cgphp 7/27/2011 |
If I understand correctly, if a field has been given alias, then only its alias can be used in Event script, not the original field name.
Also, on Visual Editor, we see only fields with Alias names only (original named fields are not shown). Then how will we make Alias as read only and keep original named field as editable?
Then how will we make Alias as read only and keep original named field as editable?
global $conn; |