Gridview DeleteCommandField

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • somtabu
    New Member
    • Nov 2006
    • 15

    Gridview DeleteCommandField

    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.
  • balabaster
    Recognized Expert Contributor
    • Mar 2007
    • 798

    #2
    Originally posted by somtabu
    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.
    Check out http://www.asp.net/AJAX/AjaxControlT...irmButton.aspx It will allow exactly this. You will need to install the AJAX toolkit to use it which is available at http://www.asp.net/AJAX/

    Comment

    Working...