gpt4 book ai didi

asp.net - asp.net 中的 Paypal 表单标记问题

转载 作者:太空宇宙 更新时间:2023-11-03 16:33:26 26 4
gpt4 key购买 nike

大家好,我在加载 asp.net 时遇到问题

我在子页面中使用了母版页,母版页中有一个表单标签,我在子页中添加了一个 paypal 按钮,这在母版页中的表单标签也很重要

在母版页中 <form id="form1" runat="server"></form>

在晚饭中

 <form id="form2" runat="server" name="Paypal" action="https://www.paypal.com/cgi-bin
/webscr"
method="post">
<input type="hidden" name="cmd" value="_cart" />
<input type="hidden" name="upload" value="1" />
<input type="hidden" name="business" value="
<%=System.Web.Configuration.WebConfigurationManager.AppSettings["email"] %>
" />
<input type="hidden" name="item_name_1" value="<%=Session["ItemName"].ToString()%>"
/>
<input type="hidden" name="amount_1" value="<%=Session["ItemCost"].ToString() %>"/>
<input type="hidden" name="quantity_1" value="1" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="return" value="<%=Session["returnUrl"].ToString() %>"/>
<input type="hidden" name="lc" value="Stronger" />
<input type="image" src="images/paynow.png" border="0" name="submit" alt="Make
payments with PayPal - it's fast, free and secure!"
style="background: url(images/update-account.png);"/>
</form>

我在下面的子页面中遇到了这个问题

“/Project”应用程序中的服务器错误。一个页面只能有一个服务器端表单标记。描述:当前web执行过程中出现未处理的异常要求。请查看堆栈跟踪以获取有关错误及其在代码中的来源的更多信息。

异常详细信息:System.Web.HttpException:一个页面只能有一个服务器端表单标记。

任何人都知道如何在子页面中使用表单标签。

最佳答案

请检查有多少<form>标记写在您的 aspx/html 页面上。确保您没有为此页面使用母版页。

关于asp.net - asp.net 中的 Paypal 表单标记问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19090374/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com