How to pass master page control values between content pages
I have a master page with two buttons and a textbox and a load of static stuff. I have a postbackurl on each button which refers to each of my two content pages. When I go to one content page and enter text in the textbox, I would like the text to be present in the second page when I use the button to navigate to it At present, because (I guess) it is a new instantion of the masterpage textbox, it is empty.
What do I do?



