Click here to Skip to main content
15,886,639 members
Articles / Programming Languages / C#

Add column for delete in GridView with confirmation box

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
25 Jun 2007CPOL 53.1K   476   14  
In this article, we will add a column for delete in GridView, with an image button and confirmation.
  • deletewithconfirmation.zip
    • DeleteWithConfirmation
      • App_Data
      • Bin
        • AjaxControlToolkit.dll
        • ar
          • AjaxControlToolkit.resources.dll
        • de
          • AjaxControlToolkit.resources.dll
        • es
          • AjaxControlToolkit.resources.dll
        • fr
          • AjaxControlToolkit.resources.dll
        • he
          • AjaxControlToolkit.resources.dll
        • hi
          • AjaxControlToolkit.resources.dll
        • it
          • AjaxControlToolkit.resources.dll
        • ja
          • AjaxControlToolkit.resources.dll
        • ko
          • AjaxControlToolkit.resources.dll
        • pt
          • AjaxControlToolkit.resources.dll
        • ru
          • AjaxControlToolkit.resources.dll
        • zh-CHS
          • AjaxControlToolkit.resources.dll
        • zh-CHT
          • AjaxControlToolkit.resources.dll
      • Default.aspx
      • Default.aspx.cs
      • icons-del.gif
      • Inc_GridView.ascx
      • Inc_GridView.ascx.cs
      • ParentPage.JPG
      • readme.txt
      • web.config
ASP.NET AJAX Control Toolkit Website Project

========================================================

You're now ready to start using the AJAX Control Toolkit.

This project is ready to use.  To use an AJAX Control Toolkit control, use the "ajaxToolkit" prefix.

Example:

    <ajaxToolkit:ConfirmButtonExtender />

To learn more about the AJAX Control Toolkit, visit:

    http://ajax.asp.net/ajaxtoolkit/

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
India India
Working as software developer from last 3 year.
I am handling Windows,Web Application with C# (Visual studio 2005) and SQL server 2005. I am MCTS - Web Application 2.0 and MCPD - Web developer.

Comments and Discussions