Hi,
I'm new to Asp.net, and have a button being clicked that should be submitting a form on the .aspx page.
The button code (in page DepositAccount.aspx) is the following:
<input type="submit" class="fwdButton" value="Apply Now" id=Submit1 name=Submit1 runat="server">
this is in a form with the following tag:
<form id="acctApp" action="Confirmation.aspx" method="post">
When clicked on, the form posts to itself; However, I need to go to Confirmation.aspx, and get some variables there using the post method. What am I missing here? Is there a way to run code in a function on the 1st page (calling our business logic component, etc, and then still post to the other page? Or do I just need to change syntax?
Thanks,![[sunshine] [sunshine] [sunshine]](/data/assets/smilies/sunshine.gif)
Ray
I'm new to Asp.net, and have a button being clicked that should be submitting a form on the .aspx page.
The button code (in page DepositAccount.aspx) is the following:
<input type="submit" class="fwdButton" value="Apply Now" id=Submit1 name=Submit1 runat="server">
this is in a form with the following tag:
<form id="acctApp" action="Confirmation.aspx" method="post">
When clicked on, the form posts to itself; However, I need to go to Confirmation.aspx, and get some variables there using the post method. What am I missing here? Is there a way to run code in a function on the 1st page (calling our business logic component, etc, and then still post to the other page? Or do I just need to change syntax?
Thanks,
![[sunshine] [sunshine] [sunshine]](/data/assets/smilies/sunshine.gif)
Ray