send data between ASP.NET Pages
-
Hi All, I have a requirement to pass a hidden field value in one page to other page on button click and we have few validation on click event. I should not use query string concept and session variable concept. when I implementing with server.transfer I am getting error because my button is in update panel.Is there any alternative method to achieve this requirement? Thanks In Advance, Ramakrishna.
-
Hi All, I have a requirement to pass a hidden field value in one page to other page on button click and we have few validation on click event. I should not use query string concept and session variable concept. when I implementing with server.transfer I am getting error because my button is in update panel.Is there any alternative method to achieve this requirement? Thanks In Advance, Ramakrishna.
-
What's wrong with Session or QueryString? You can put something into a cookie or into application cache but session or query string are your best options.
There are only 10 types of people in the world, those who understand binary and those who don't.