J
Jeronimo Bertran
I have an aspx page that saves some information using the ViewState. This
page has an IMG META that uses a second aspx page to render the image.
<IMG src= "ImageRender.aspx">
I noticed that in the ImageRender.aspx, the "sender" parameter in the
Page_Load referes to the page that has the IMG tag.
The main page saves State information using the ViewState. Can this
information be accessed from the ImageRender.aspx?
Thanks
Jeronimo
page has an IMG META that uses a second aspx page to render the image.
<IMG src= "ImageRender.aspx">
I noticed that in the ImageRender.aspx, the "sender" parameter in the
Page_Load referes to the page that has the IMG tag.
The main page saves State information using the ViewState. Can this
information be accessed from the ImageRender.aspx?
Thanks
Jeronimo