This topic is locked

Is it possible to add the user name in the box in the program automati

4/6/2010 2:58:50 PM
ASPRunnerPro General questions
K
khaledde author

Hi all
I have a program Phones

Some people add some phones

How can I know who added phones

Is it possible to add the user name in the box in the program automatically?

How?

F
funklet 5/8/2010

Hi,
In the latest version you have the audit feature which logs database changes / logins / logouts etc. You will need to upgrade to have this functionality.
If your version does not have this then you can add a field to the Database like "AddedBy" and on the add page set the default value with the Session("UserID") and make it readonly.