Pytanie : Dlaczego datagridview

Ekspert
I mieć datagridview che wystawiać dane już the następujący code.

private kawitacyjny show_valueInDGVItems ()
{
Int32 CustomerID;
CustomerID = Convert.ToInt32 (label_Custmer_ID.Text);
smyczkowy query3 = "wybiórka * od Table_InvoiceItem DOKĄD CustomerID=@parameter1";
using (SqlConnection con3 = nowy SqlConnection ("Dane source=INVENTOR-6FBADA \ \ SQLEXPRESS; Initial Catalog=AnindyaCD; Integrated Security=SSPI"))
{
using (SqlCommand cmd3 = nowy SqlCommand (query3, con3))
{
cmd3.Parameters.AddWithValue ("@parameter1", CustomerID);
using (SqlDataAdapter reklama = nowy SqlDataAdapter (query3, con3))
{
ad.SelectCommand = cmd3;
DataSet ds = nowy DataSet ();
reklama. Pełnia (ds, "Table_InvoiceItem");
dataGridView_showItemtoSell.DataSource = ds. Stół [(0)];
}
}
}
}
Now mój pytanie być dlaczego the datagridview checkbox wydarzenie checkchanged.
(1):
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
private kawitacyjny show_valueInDGVItems ()
        {
            Int32 CustomerID;
            CustomerID = Convert.ToInt32 (label_Custmer_ID.Text);
            smyczkowy query3 = "wybiórka * od Table_InvoiceItem DOKĄD CustomerID=@parameter1";
            (SqlConnection con3 = nowy SqlConnection ("Dane source=INVENTOR-6FBADA \ \ SQLEXPRESS; Początkowy Catalog=AnindyaCD; Zintegrowany Security=SSPI"))
            {
                używać (SqlCommand cmd3 = nowy SqlCommand (query3, con3))
                {
                    cmd3.Parameters.AddWithValue ("@parameter1", CustomerID);
                    używać (SqlDataAdapter reklama = nowy SqlDataAdapter (query3, con3))
                    {
                        ad.SelectCommand = cmd3;
                        DataSet ds = nowy DataSet ();
                        reklama. Pełnia (ds, "Table_InvoiceItem");
                        dataGridView_showItemtoSell.DataSource = ds. Stół [(0)];
                    }
                }
            }
        }

Odpowiedź : Dlaczego datagridview

Spojrzenie w the przypusczający komentarz.

P.S. Normalnie the magistrala stylesheet komes przed the IE-jedyny stylesheets.
(1):
2:
3:
4:
5:
6:
7:
8:

Inne rozwiązania  
 
programming4us programming4us