Please Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • srelu666
    New Member
    • Feb 2008
    • 2

    Please Help

    HI

    I m new in .net framework. I created a windows application like

    studentname
    age
    address.....

    details and a Grid View.what i want when i click the submit button..all the details will display in gridview...

    Can someone help me to figure it out please.

    Thanks in advance.
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    So you have a DataGridView that you want to show the columns you mentioned, and you want to be able to enter values into say textboxes and have a submit button that will add them to this DataGridView

    Comment

    • srelu666
      New Member
      • Feb 2008
      • 2

      #3
      Originally posted by Plater
      So you have a DataGridView that you want to show the columns you mentioned, and you want to be able to enter values into say textboxes and have a submit button that will add them to this DataGridView

      hi
      Yes..can u please help me out ..

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        What have you done so far?
        Did you create your textboxes?
        Did you create a DataGridView and either assign it columns or create a DataTable(with columns) and use it as a binding source?

        Comment

        Working...