PDA

View Full Version : C# Programming Question


Oxeagle
15th Dec 2006, 10:00
Morning chaps,

I have a question regarding C# coding. Firstly, I am completely new to C# and Visual C# 2005. Basically, I have two objects that I am trying to link - a time and date picker, from which the user selects a date from a calender view, and a data grid view object which displays data from an Access database on flights (ID, Date, Aircraft etc). I want to link these two objects so that when you select a date from the time and date picker it displays all of the flights for that date.

Could anybody explain how I can do this?

Cheers,

Ox :)