Asp.net Grid like data entry.....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • firozfasilan
    New Member
    • Feb 2007
    • 42

    Asp.net Grid like data entry.....

    I am developing a web based application using asp.net plus vb. I am tried so many times for entering data using grid or grid like control to enter the data. I don't like too many text box or combo box in my application. With the use of grid view we can only display the data is'nt it?. Anyone can help me in this situation...... thank you for you time and efforts in advance........ ...
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    The GridView can be used to edit data...I don't know what you've tried so far and what problems you're having but have you seen this article?

    -Frinny

    Comment

    • firozfasilan
      New Member
      • Feb 2007
      • 42

      #3
      The link was very usefull for me...thank you.....

      Comment

      • firozfasilan
        New Member
        • Feb 2007
        • 42

        #4
        But my friend with that am able to update it.. but.......how i can add a new row to it.......please i am new to this this is my first project.......i f it is not possible i have to use combo boxes and text boxes....

        Comment

        • Ahmedhussain
          New Member
          • Dec 2008
          • 79

          #5
          hi firozfasilan

          For that you have to convert all your columns into a template. After converting them into template, provide textboxes or whatever container u want to add in a footer row.

          Then u need some coding to do.

          Comment

          Working...