This topic is locked

Allow separate functionality of controls on add and edit pages

5/3/2010 5:26:29 PM
Suggestions
J
john0879 author

We currently maintain an ASPRunner.NET 5 project that provides our users access to database tables that provide data to other applications. In all of the tables the users have the rights to add new records. One of the fields that they enter is the primary key. We do not want the users to be able to change this value once entered. In ASPRunner.NET 4 I was able to modify the code in HTML mode to change the type of control and set it to readonly on the edit page. I can't do this in ASPRunner.NET 5.
It would be nice to be able to make a field readonly on the edit page while still being able to enter a value on the add page.
John