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........ ...
Asp.net Grid like data entry.....
Collapse
X
-
Tags: None
-
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 -
-
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
-
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
Comment