I'm building a gridview and a form in ASP.NET Visual C#.
I'd like my DB to save, for each entry/edit, the name of the submitter and time. I'm using SQL Server DB. How can it be done?.
I'm building a gridview and a form in ASP.NET Visual C#.
I'd like my DB to save, for each entry/edit, the name of the submitter and time. I'm using SQL Server DB. How can it be done?.
Pseudo code could look like:
Edits could be a class that encapsulates some values. Use properties or methods to get the fields.