C# Table Help Required !!!!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • newkhan
    New Member
    • Oct 2007
    • 35

    C# Table Help Required !!!!!

    Hi All,
    I want to extract records from access file and want to place in a table created in window form(For User View). Now I want to know that how the table will be created in the window form and how the values will be inserted.

    Thanks.
  • dip_developer
    Recognized Expert Contributor
    • Aug 2006
    • 648

    #2
    Originally posted by newkhan
    Hi All,
    I want to extract records from access file and want to place in a table created in window form(For User View). Now I want to know that how the table will be created in the window form and how the values will be inserted.

    Thanks.
    you better use a datagrid......a ny problem????

    Comment

    • mzmishra
      Recognized Expert Contributor
      • Aug 2007
      • 390

      #3
      Use dataset and datagrid.
      Read some tutorials ,how to use them

      Comment

      Working...