Bob Cat

Bob Cat

  • NA
  • 7
  • 0

Data-Posting ideas?

Sep 28 2007 12:09 PM

I am trying to create a data-posting mechanism in my winform application.

The application has one MDIparent and another main form in it.

I have added another form with a datagridview. What i want is for the user could enter the data in the datagridview such that data is saved there in the application and can be pulled out by the virtue of an identifier.i.e. each row of data can correspond to a 'Date'. And whenever the user wants to pull up that saved data respective to that particular date, he/she can do it just by clicking a date in the calendar.

I also want to make the column in the datagridview, just like the access. In access, we can make a filtered selection of data in the columns.

Any ideas?