Deleting row of Grid on button click
-
Hi, i am new to .net technology and presently working on project. So there is requirement that i have to delete grid row on button click that also placed in grid. so i don't know how to do that!! Thanx for help!!!
Chandan Aryan
-
Hi, i am new to .net technology and presently working on project. So there is requirement that i have to delete grid row on button click that also placed in grid. so i don't know how to do that!! Thanx for help!!!
Chandan Aryan
Hi, You can use editble grid view
-
Hi, i am new to .net technology and presently working on project. So there is requirement that i have to delete grid row on button click that also placed in grid. so i don't know how to do that!! Thanx for help!!!
Chandan Aryan
use grid view_row_deleting event Fix your problem..
-
Hi, You can use editble grid view
-
Hi, i am new to .net technology and presently working on project. So there is requirement that i have to delete grid row on button click that also placed in grid. so i don't know how to do that!! Thanx for help!!!
Chandan Aryan
-
Hi, i am new to .net technology and presently working on project. So there is requirement that i have to delete grid row on button click that also placed in grid. so i don't know how to do that!! Thanx for help!!!
Chandan Aryan
Add Command Buttons in grid. On RowDeleting event trap the id or any thing by which you can execute delete query. execute query and again bind grid.