in my website I have two files home.aspx and tab.aspx with code behind files home.aspx.cs and tab.aspx.cs
I have a table variable in tab.aspx.cs which needs to be sent to home.aspx.cs when I click a button on home.aspx
how can this be done?
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.
You could pass it in a query string or session variable.
Need some more specifics for a better answer…