| | | | | 2005-05-04 00:50:12 | | gizmo |
|---|
| | | des is allerdings wahr |
|---|
| | workaround in funktion AddButton_Click (ungetestet!):
---
if (Session["nxtAnfID"] == null)
Session["nxtAnfID"] = logic.RequestNextAnforderungID();
else
Session["nxtAnfID"] = ++int.Parse(Session["nxtAnfID"].ToString());
// ...
anf.AnforderungsID = int.Parse(Session["nxtAnfID"].ToString());
---
ps: warum funktioniert eigentlich zb. (int)Session["zahl"] ned? |
| |
|