Created by Marc Sampedro
over 9 years ago
|
||
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"];
Want to create your own Notes for free with GoConqr? Learn more.