Passing Objects in ASP.Net 
Author Message
 Passing Objects in ASP.Net

Hello,

How do I pass an object from one asp.net page to another?
Can I use code-behind to do this?

Thanks



Sun, 05 Dec 2004 17:23:44 GMT  
 Passing Objects in ASP.Net
lots of ways...depends on the complexity of the object...you could serialise
the object and store it in sessionstate, etc...


Quote:
> Hello,

> How do I pass an object from one asp.net page to another?
> Can I use code-behind to do this?

> Thanks



Sun, 05 Dec 2004 23:03:28 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Passing Form Fields to VB.NET Custom Business Object in an ASP.NET Code Behind Page

2. Problem passing VB COM+ ASP Request object to .NET component System.Web.HTTPRequest through COM interop

3. ObjectContext vs. Passing ASP objects from ASP page

4. ASP Request Object into ASP.Net

5. Returning Dataset to ASP.NET from .NET Component / Business Object Serialization

6. Passing VB OLE objects in the Application object (IIS3, VB5, ASP, VBS)

7. Passing a valid Session Object from .NET to VB 6 objects

8. Survey on ASP/VS6.0 versus ASP.NET/VS.NET

9. Visual Basic.NET , ASP or ASP.NET

10. VB6/ASP vs .NET/ASP.NET development

11. Passing Arrays from VB .Net to ASP

12. By passing POSTBACKs in asp.net to go to page by history.back()

 

 
Powered by phpBB® Forum Software