Ms access date retrevial problem - TechRepublic
Question
November 26, 2008 at 09:54 PM
sureshkapisetty

Ms access date retrevial problem

by sureshkapisetty . Updated 17 years, 7 months ago

I am doing a project in c#.net windows application with ms access as the database.When i am retreving the date from the database and showing in a label it is showing along with time .I want to display only the date .please help me.

label29.Text = dr[7].ToString();

This discussion is locked

All Comments