Posted on: 5/25/2011 1:19:40 PM | Views : 959

Hi,
I'm trying to either have postback in the same .aspx file (i.e., in the Thank you section after the Submit button is clicked), or in a second popped up page.
Right now I have a Thank you page (lblThanks) with a button that takes you to a print page (boardingPass.aspx). I would like the boardingPass.aspx page populated with the form info. See code below.
<asp:Label ID="lblThanks" runat="server" Visible="false" Text="<div><img src="/Portals/0/boardingPassWEB.jpg" alt="Payer Cloud boarding pass" width="200" height="177" align="right" /><h1 style="color:#c41230;">Thank you!</h1><br /><p style="width:350px;">Please click the button below to print your Payer Cloud Boarding Pass. This entitles you to 1 entry into ikaSystems' Grand Prize drawing.</p></div><br /><br /><input type="button" value="Print" onclick="window.open('boardingPass.aspx','welcome','width=650,height= ...

Go to the complete details ...