gridview +edit+delete+update
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
I have taken a gridview in which i have edit , cancel,delete images in place of text . how do we write codes for it. thanks
You must have used Templatefield and putted an Image button for delete/ Edit. Note that you have to make CommandName property of these ImageButton as "Delete" for delete ImageButton, "Edit" for edit ImageButton etc
Nobody is perfect i'm Nobody
-
You must have used Templatefield and putted an Image button for delete/ Edit. Note that you have to make CommandName property of these ImageButton as "Delete" for delete ImageButton, "Edit" for edit ImageButton etc
Nobody is perfect i'm Nobody