I have a details view and SQL data source. In the details view i can fill the form and add the data to the database and then view this database in another page.
I have a "Date" row in the details view where must insert the date info. I want this to be automatically added to the database without requiring the users to enter them. I want to remove the date row and add the date info with "DateTime.Now" .
How can i do that?
Thanks.