This topic is locked

Assign a Default value on Edit Page

12/28/2006 1:00:42 PM
ASPRunnerPro General questions
H
haggecha author

I have custom edit pages for each state of a process and want to default the state on the edit page, what is the easiest way to do this, default values (using a dropdown list with a look-up table) are only used on add pages

Sergey Kornilov admin 12/28/2006

Chad,
edit page do not support default values.

It shows you the actual database data.
You can use BeforeEdit event to modify some fields values before it goes back to the database.