Y
Yatin Bhuta
Hi,
I have WebPage1 which has a link to go to WebPage2. This link passes a value
to WebPage2. In the page_load event I get this value using
Request.QueryString and put it in a public data member of WebPage 2.
WebPage2 has a button on it and when this button is clicked the page is
posted back to the server.
My question is when the page is posted back to the server do I still have
the value that was passed from WebPage1 (Which I had stored in the public
datamember). If it's not then, I guess I will have to use hidden box and if
that's the case then, what is the syntax for creating a hidden text box?
Also, if this WebPage1 creates a datatable in dataset then, can this
datatable be used in WebPage2. If yes then, how?
Thanks
Yatin
I have WebPage1 which has a link to go to WebPage2. This link passes a value
to WebPage2. In the page_load event I get this value using
Request.QueryString and put it in a public data member of WebPage 2.
WebPage2 has a button on it and when this button is clicked the page is
posted back to the server.
My question is when the page is posted back to the server do I still have
the value that was passed from WebPage1 (Which I had stored in the public
datamember). If it's not then, I guess I will have to use hidden box and if
that's the case then, what is the syntax for creating a hidden text box?
Also, if this WebPage1 creates a datatable in dataset then, can this
datatable be used in WebPage2. If yes then, how?
Thanks
Yatin