Scenario:
I have aspxGridView with list of items and i want to confirm from user before deletion
of a row/ record.
Solution:
There are two approach to achieve this target. one is
Using the in-built Delete button:
GridViewCommandColumn.DeleteButton
and another is:
Custom Button that you will create from scratch
I have aspxGridView with list of items and i want to confirm from user before deletion
of a row/ record.
Solution:
There are two approach to achieve this target. one is
Using the in-built Delete button:
GridViewCommandColumn.DeleteButton
and another is:
Custom Button that you will create from scratch
No comments :
Post a Comment