Update 1.0.0.27 - Entwicklung
This commit is contained in:
@@ -255,6 +255,7 @@ namespace QW2021C.UserFunktionen
|
||||
if (keyvals.Key == "Wettkampf2") value.Wettkampf2 = Convert.ToBoolean(keyvals.Value);
|
||||
if (keyvals.Key == "Wettkampf3") value.Wettkampf3 = Convert.ToBoolean(keyvals.Value);
|
||||
if (keyvals.Key == "Wettkampf4") value.Wettkampf4 = Convert.ToBoolean(keyvals.Value);
|
||||
|
||||
}
|
||||
db.Get_Tabeldata_for_Update("Select * from anmeldung where anmeldenr=" + value.Anmeldenr.ToString(), false, true);
|
||||
db.dsdaten.Tables[0].Rows[0]["Wettkampf1"] = value.Wettkampf1;
|
||||
@@ -268,6 +269,7 @@ namespace QW2021C.UserFunktionen
|
||||
|
||||
// Dim update As Orders = order.Where(Function(ord) ord.code = value.code).FirstOrDefault()
|
||||
// update.isSelected = value.isSelected
|
||||
|
||||
this.Grid1.DataBind();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user