hi,
in a grid view i have enabled delete link,so that when a user clicks a delete link,corresponding row gets deleted from the database as well as from grid view.Data in the grid view is filled through coding,in the program using DataAdapter.
So, how to do that?
|
Invasive contributor
|
![]() |
| 25Dec2009,11:36 | #2 |
|
This is the code that I've used in my program for this purpose.
Code: vb
|
|
Invasive contributor
|
![]() |
| 25Dec2009,13:21 | #3 |
|
I referred this page for gridview operations. But still stuck on Edit Record.
http://www.aspsnippets.com/post/2009...-AJAX-way.aspx |
