Hi,
I have a problem with assigning access to the web application i bulit. I have pages with edit buttons .There are certain no. of people which use the edit button and make changes.Now they should not be able to use the edit button(still see the data they edited). But still the sysadmin should be able to use it. As a quick solution i made edit button inactive but sysadmin cannot the use the button. I need suggestions in making this possible.
Thanks
Loading
Rahul GoelPosted Mar 22, 2006, 4:46 AM
Hi reddy,
As per my understanding, your requirement is:
you have a webpage and that page is having edit button on it, which provides user to edit the record. And now you want that sysadmin which is SQL User, or which is system admin(application admin), should be able to use that button.
If, I am right.
then you can apply, Role Based security or Form Based security on the page.
If I am wrong then try to find out my missunderstanding.
Thanks