|
Created by Marc Sampedro
almost 10 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"];
There are no comments, be the first and leave one below:
Want to create your own Notes for free with GoConqr? Learn more.