Hello Frds,
I have a doubt regarding Querystring,
Actually my requirement is, I have a report page which contains the print option. If we click the Print then the same data will be visible accoring to the main Page. In the mainpage two textbox and a dropdown is there, after selecting and entering text we will get our grid. And when clicking print the same data will be visible alomg with the selected data in Lable.
The problem is that i have to send the data from main page to print page. When i am using Querystring the same will be visible by the user by viewing the Property.
And if i m using session it will make the application heavier .
What is the possible way to solve this Problem?