" das notpretty " Protected VorGridView1_RowUpdating (ByVal Absender als Gegenstand, ByVal e als System.Web.UI.WebControls.GridViewUpdateEventArgs) Handgriffe GridView1.RowUpdating
Schwache Reihe = GridView1.Rows (e.RowIndex)
Schwaches sXML als Schnur
sXML = „“
sXML &= „UserName='" u. Reihe. Zellen (3).Controls (0) .ToString u. „'>“
sXML &= „“
Schwaches SQLParamList als neues ArrayList
SQLParamList.Add (neues SearchParameter („@xmlString“, sXML))
Utils.DBUtilities.spExecute („spInsertOffices“, SQLParamList)
Response.Redirect („/WebForms/OfficeLocations.aspx“)
'Den redigierenindex zurückstellen.
GridView1.EditIndex = -1
'Bindungsdaten zur GridView Steuerung.
BindGrid ()
Enden-Unterseeboot
Enden-Kategorie
|