Questions tagged [server.transfer]
106 questions
-1
votes
2 answers
Share data between aspx pages
I need to share data (string, list, array) between two different aspx pages of the same application. What is the best way to do it if I do not want to use cookies and do not want for data to be visible in url.
a) Form post method
b) Session…

mko
- 6,638
- 12
- 67
- 118