CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Jan 2005
    Posts
    34

    Cool Delete from database

    How i can delete records from database. I show a record in datagrid. Using Click Action on datagrid.
    I have only this, and no idea.
    Or where i can find a solution.
    Thanks

    this.dataGrid.Click += new System.EventHandler(this.dataGrid_Click);
    //---//
    private void dataGrid_Click(object sender, System.EventArgs e)
    {

    }
    Last edited by beeper; February 11th, 2005 at 03:12 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured