hello
my working platform is asp.net(vb). i have a Gridview control and data is populate into it. In the Gridview, also i have a "Delete command field".
I want when i am click on the "Delete" button, a confirm message will appear in the screen. if i am click on "Yes" button then data will be deleted otherwise not.
my working platform is asp.net(vb). i have a Gridview control and data is populate into it. In the Gridview, also i have a "Delete command field".
I want when i am click on the "Delete" button, a confirm message will appear in the screen. if i am click on "Yes" button then data will be deleted otherwise not.
Comment