ASp.net

Wednesday, September 9, 2015

Delete data in database using c#

1 comment:

  1. private void button3_Click(object sender, EventArgs e)
    {
    try
    {
    SqlConnection con = new SqlConnection(@"Data Source=(LocalDB)\v11.0;AttachDbFilename=I:\C3 soft\WindowsFormsApplication2\WindowsFormsApplication2\MTechSqlDatabase.mdf;Integrated Security=True;Connect Timeout=30");
    con.Open();
    string cb = string.Format("Delete From UnitType where UnitTypeID='{0}'", textBox1.Text);
    SqlCommand cmd = new SqlCommand(cb, con);
    cmd.ExecuteReader();
    con.Close();
    MessageBox.Show("Successfully Delete");
    GetData();

    }
    catch (Exception ex)
    {
    MessageBox.Show(ex.Message);
    }
    }

    ReplyDelete

MM Online Express | Best product Review and Online Marketing site

MM Online Express | Best product Review and Online Marketing site