Locked SQL read/Write Permissions from website

  • Thursday, March 01, 2012 9:45 AM
     
     

    I've got a website that pulls data from a sql database and displays it in Grid format, now i need to add permissions so certain users can edit/update information to the database from the grid on the website.

    Any ideas are welcome,

    Thanks

All Replies

  • Tuesday, May 01, 2012 7:57 AM
     
     

    You Can Control the saving part via some rights settings through C#(server side coding)

    Or you control them in the client side itself using javascript. By disabling the save buttons.

    Please note that server side validation has to be done if client side validation is done for security concerns



    • Edited by dmadan Sunday, May 06, 2012 8:04 AM
    • Edited by dmadan Sunday, May 06, 2012 8:04 AM
    •