i have one Page ( form ) with VB.Net collection object.
i want to open other Page ( form ) and to pass him the collection from the first Page.
how do i do it ?You can save the object in the Session state [Session("myCollection")=myCollection and then on the next page, myCollection=CType(Session("myCollection"),<the type of the collection>) ].
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment