I m using ASP.NET 2008 with VB.Net,
I m using GridView to display the data.
My problem is with the database field date.
I want to use only the date and the fields. I have "DATE" name in my column.
But,in the gridview it displays the time which is by default same for all the entries which 12:00A.M.
I have used date picker for designing.
How to hide the time from the gridview.
I m using SQL Server 2005 Express to store database where i have selected the datatype as date/time.
I m using GridView to display the data.
My problem is with the database field date.
I want to use only the date and the fields. I have "DATE" name in my column.
But,in the gridview it displays the time which is by default same for all the entries which 12:00A.M.
I have used date picker for designing.
How to hide the time from the gridview.
I m using SQL Server 2005 Express to store database where i have selected the datatype as date/time.