hello
i have a gridview nd one column shows start date(startdate is the column name fetching from DB ) so m trying to convert its format in this way
"SELECT [monthlytrid],[state],[projectname],[length],[minimum_length],convert(varchar(50),startdate,101) ,[enddate] FROM [test].[dbo].[monthlytarget]";
nd it converts also but column name change into Column1 in place of startdate...why it is happng