Frage : GridView RowUpdating Problem

Hallo ist Experten,
There ein Problem auf meiner commandtext Schnur. Weil er TextBox2 object.

Please Hilfe…

Regards
nicht finden kann
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
" das notpretty "
protected leeres GridView2_RowUpdating (Gegenstandabsender, GridViewUpdateEventArgs e)
    {
        SqlConnection MyNewConnection3 = neues SqlConnection ();
        SqlCommand MyNewQuery3 = neues SqlCommand ();


        MyNewConnection3.ConnectionString = „Datenquelle =. ; AnfangsCatalog=FOREVER; Benutzernummer =sa; Password=1“;
        MyNewConnection3.Open ();
        MyNewQuery3.Connection = MyNewConnection3;

        


       
        
       


        MyNewQuery3.CommandText = „STELLTE DATEFORMAT DMY UPDATE IAS_ALLOCATIONS“ + ein
                 „EINSTELLEN [AllQty] =“ + GridView2.SelectedRow.FindControl („TextBox2“) .GetType () +
          „WO AllocationID='" + GridView1.SelectedRow.Cells [1]. Text.Trim () + „'“ +
          „UND Barcode='" + GridView2.SelectedRow.Cells [2]. Text.Trim () + „'“;


        //SqlCommand cmd = neues SqlCommand (strSQL, KN);
        //cmd.CommandTimeout = 0;
        //if (KN. Zustand == ConnectionState.Closed)
        // {
        //-KN. Öffnen ();
        //}
        MyNewQuery3.ExecuteNonQuery ();
        MyNewConnection3.Close ();

    }

Antwort : GridView RowUpdating Problem


Wenn [AllQty] eine Textspalte ist, dann müssen Sie den Textwert innerhalb der einzelnen Anführungsstriche als unten setzen:

Linie 20: „EINSTELLEN [AllQty] = '“ + ((area per informazioni) GridView2.SelectedRow.FindControl („TextBox2“)). Text +“ '„+
Weitere Lösungen  
 
programming4us programming4us