5th-releasedahd::released a butterfly, what else? ;)


reply

name:   color:
email:   icq:
homepage:
title:           xhtml-mode
text:
email @5ahd

to

 
 
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?
 

« back

© gizmo'05