S
sck10
Hello,
Can you use the PostBackUrl to post to different sites? I have a page
(PostBackURL.aspx' ) on one website (same server) that has a button set to:
PostBackURL="http://zone1.web.com"
When the second page opened, and tried to get a hidden value on the previous
page, I got the following error:
The file '/xaspx/zTest/PostBackURL.aspx' does not exist.
this.hdnQV01.Value =
((HiddenField)PreviousPage.FindControl("hdnCourse")).Value;
Any help with this would be appreciated.
Thanks, sck10
Can you use the PostBackUrl to post to different sites? I have a page
(PostBackURL.aspx' ) on one website (same server) that has a button set to:
PostBackURL="http://zone1.web.com"
When the second page opened, and tried to get a hidden value on the previous
page, I got the following error:
The file '/xaspx/zTest/PostBackURL.aspx' does not exist.
this.hdnQV01.Value =
((HiddenField)PreviousPage.FindControl("hdnCourse")).Value;
Any help with this would be appreciated.
Thanks, sck10