Fråga : GridView RowUpdating problem

Hälsningexperter,
There är ett problem på min commandtext stränger. Därför att den inte kan finna hjälp…

Regards
för TextBox2 object.

Please > för
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:
" codeBody " " notpretty class= " för protected utan laga kraft GridView2_RowUpdating (anmärka avsändaren, GridViewUpdateEventArgs e), { SqlConnection MyNewConnection3 = nya SqlConnection (); SqlCommand MyNewQuery3 = nya SqlCommand (); MyNewConnection3.ConnectionString = ”data Source=. ; Initiala Catalog=FOREVER; Användare - ID-=sa; Password=1”; MyNewConnection3.Open (); MyNewQuery3.Connection = MyNewConnection3; MyNewQuery3.CommandText = ”UPPDATERING IAS_ALLOCATIONS för UPPSÄTTNING DATEFORMAT DMY” + ”UPPSÄTTNING [AllQty] =” + GridView2.SelectedRow.FindControl (”TextBox2”) .GetType () + ”VAR AllocationID='" + GridView1.SelectedRow.Cells [1]. Text.Trim () + ”'” + ”OCH Barcode='" + GridView2.SelectedRow.Cells [2]. Text.Trim () + ”'”; //SqlCommand cmd = nya SqlCommand (strSQL, cn); //cmd.CommandTimeout = 0; //if (cn. Statlig == ConnectionState.Closed) // { // cn. Öppna (); //} MyNewQuery3.ExecuteNonQuery (); MyNewConnection3.Close (); }
" klar "

Svar : GridView RowUpdating problem


Om [AllQty] är en textkolonn, då du måste att förlägga texten värderar inre singelcitationstecken som nedanföra:

Fodra 20: ”UPPSÄTTNING [AllQty] = '” + ((textBoxen) GridView2.SelectedRow.FindControl (”TextBox2”)). Text +” '”+
Andra lösningar  
 
programming4us programming4us