Link to home
Start Free TrialLog in
Avatar of natek11
natek11

asked on

Dynamic Data Make Table Read-Only

What is the easiest way to make a table Read-Only in a Dynamic Data web application WITHOUT having to make a custom page for each table?  Can you do this in the routing...or using partial classes???  VB.NET code only please :)
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Hmmm...that is a pretty vague question, since you might be talking about an HTML table, a DataTable, a database table, ...
Avatar of natek11
natek11

ASKER

A Dynamic Data site automatically builds classes and web pages to view/add/edit/delete from database tables.  So basically I need to set the configuration in the site to make the automatically generated page for certain database tables not contain add/edit/delete functionality.

I think I can maybe do it with routing...but I'm still trying to figure it out.
Great, you are talking about something that I haven't gotten to yet, since I don't have access to ASP.NET 3.5...
ASKER CERTIFIED SOLUTION
Avatar of natek11
natek11

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial