Mandar Objetos entre ASP

Description

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"];
Marc Sampedro
Note by Marc Sampedro, updated more than 1 year ago
Marc Sampedro
Created by Marc Sampedro almost 9 years ago
6
0

Resource summary

Page 1

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"];

Show full summary Hide full summary

Similar

Proceso de Desarrollo de Software
Steven Marin
ODBMS (Base de datos orientada aobjetos)
César Ramírez
Lenguajes de Programación
Freed CV
Lenguaje de programación
fabiola flores
Programando C#
pablomcsd
ANIME
Paula Olmos
Fundamentos de C#
Dany Mayerly Cabrera Bonilla
PROGRAMATON C#
Jonathan Rafael
Palabras clave Programación C#
Francis Alexander Gonzalez Almonte
Entity Framework - Code First
Alexis Juarez
Fundamentos de Razor
Cesar Jesús Angulo