is it possible to display current date in gridview
So in that case in your Update query you can do can get Current Date directly from SQL Server
update myTable Set EditdDate = GetDate() Where Id=231
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.