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();