J
Jim Underwood
I am not sure if web server control templates are the way to go or not, but
I would like to get some opinions on the best way to go about this.
I have a web page where administrators will specify which users have access
to various reports. The page will display the report name and a list of
users who currently have access. The administrator will be able to add or
delete from this list of users, then save the results to the database.
Basically, I want to be able to add or remove items to this list on the
client side, and have the server recognize the additions. I would also like
to avoid postbacks to the server when not absolutely necessary.
I know how to do this with classic asp, but I am developing in .net and want
to do this the best way so others will have no trouble managing the code.
Should I be using repeaters, datalists, datagrids, or a completely different
approach?
Any advice that can be provided would be a huge help.
i.e.
Report Name: Monthly Financial Statement
Users:
John Doe
Susan Parker
Tom Clancy
<add user> <remove user> <save changes>
I would like to get some opinions on the best way to go about this.
I have a web page where administrators will specify which users have access
to various reports. The page will display the report name and a list of
users who currently have access. The administrator will be able to add or
delete from this list of users, then save the results to the database.
Basically, I want to be able to add or remove items to this list on the
client side, and have the server recognize the additions. I would also like
to avoid postbacks to the server when not absolutely necessary.
I know how to do this with classic asp, but I am developing in .net and want
to do this the best way so others will have no trouble managing the code.
Should I be using repeaters, datalists, datagrids, or a completely different
approach?
Any advice that can be provided would be a huge help.
i.e.
Report Name: Monthly Financial Statement
Users:
John Doe
Susan Parker
Tom Clancy
<add user> <remove user> <save changes>