|
-
February 11th, 2005, 03:09 AM
#1
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|