At the moment I pass values from one page to another. I need to pass objects between pages, how can I do this.
Any help is appreciated.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
save object in Session or Cache and then redirect to other page?
lets say you have a.aspx in a.aspx you add item to Session.
in b.aspx you will get object;
but you should check if anyvalue is set in Session before using it.