Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
how to add another row when click insert button
Posted
Comments
Sandeep Mewara 9-Oct-10 5:34am    
What are we suppose to understand from this? You have not stated about what you are trying.

Invest some time formulating question if you need a response that can resolve your issue;
OriginalGriff 9-Oct-10 5:51am    
Into what?
A DataGridView?
A GridView?
A TextBox?
An Argument?
A Database?
A Spreadsheet?
A Chess board?
A set of shelves?
Edit your question and specify what you are trying to do...
atienanurin 11-Oct-10 0:55am    
i`m so sorry..i`m a new beginner in asp.net using c#. My eng is not really good and i dont know how to explain it in a proper sentence. But i`ll try my best. sorry once again for troubling you.. i want you to imagine what i`m trying to say here.

i`m trying to create a table. the table have one INSERT button. when i click the INSERT button, an empty row will appear below the previous row, which i have to insert a new data. so now what i have to do so that the data will not replace in the database, but it will add another data that i inserted just now..do u understand what i`m trying to say?..i hope u can help me..thank you so much for trying to understand my question...so sorry for the question lack of detail..

1 solution

Write some code in the buttons click event, the code will need to be able to know where to insert the row, because we sure don't going by the questions lack of detail.
:doh:
 
Share this answer
 
Comments
atienanurin 11-Oct-10 0:56am    
i`m so sorry..i`m a new beginner in asp.net using c#. My eng is not really good and i dont know how to explain it in a proper sentence. But i`ll try my best. sorry once again for troubling you.. i want you to imagine what i`m trying to say here.

i`m trying to create a table. the table have one INSERT button. when i click the INSERT button, an empty row will appear below the previous row, which i have to insert a new data. so now what i have to do so that the data will not replace in the database, but it will add another data that i inserted just now..do u understand what i`m trying to say?..i hope u can help me..thank you so much for trying to understand my question...so sorry for the question lack of detail..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900