Marc Sampedro
Notiz von , erstellt am more than 1 year ago

accepted Store the object in your Session on the first page and then retrieve it on your second page. On first page: Session["myobject"] = myObject; On second page: MyObject object = (MyObject) Session["myobject"];

6
0
0
Marc Sampedro
Erstellt von Marc Sampedro vor fast 9 Jahre
Schließen