Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have taken a gridview i wrote a code to add a row dynamically and i wrote a code to remove a row dynamically.

NOW MY REQUIREMENT IS :

i need to delete a row which was recently added row. i need to delete only one row for one onclick event... please can you suggest me how to do that
Posted
Updated 13-May-14 0:15am
v2
Comments
Brahmmam 13-May-14 6:20am    
do you have any auto increment column for that table?
balaramanN 13-May-14 9:03am    
no if i press add button in gridview than it will add's a row there is no auto increment

1 solution

This may help you

http://www.codeproject.com/Articles/467788/Dynamically-adding-and-deleting-rows-from-ASP-NET
 
Share this answer
 
Comments
balaramanN 13-May-14 9:04am    
ya tried that but that is not working

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