Marc Sampedro
Note by , created 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
Created by Marc Sampedro almost 9 years ago
Close