how to auto generate date?
i create table call content(Contentinfo, Contenttitle, createdatetime.datetime)
Then in asp.net i am using detailsview to insert the data. So how in the same time i entry the contentinfo and contenttitle, the createdatetime column can auto generate the date and time save to my database?
|