gpt4 book ai didi

asp.net - asp面板默认按钮不起作用

转载 作者:行者123 更新时间:2023-12-01 04:16:04 25 4
gpt4 key购买 nike

我在我的项目中使用 ajax 可折叠面板扩展器。因此,在其中一个价格范围功能面板中,我有 2 个文本框和一个用于处理价格范围功能的 asp 按钮。好吧,我正在尝试将按钮设置为该 asp 面板内的默认按钮,但它不起作用。我也在 Firefox、IE 和 chrome 中尝试了我的页面。它只是不执行任何操作并重新加载页面。

下面我添加了asp代码,

<asp:Panel ID="PricePanel" runat="server" CssClass="ui-widget-header ui-corner-all"
Style="padding: 0.1em 0.3em; text-align: left;">
<asp:Image ID="imgPrice" runat="server" />
<asp:Label ID="AllPrices" runat="server" Text="Price Range"></asp:Label>
</asp:Panel>
<asp:Panel ID="PricePanelContent" runat="server" CssClass="collapsePanel" DefaultButton="btnPrice">
<div class="PriceRange">
<asp:Label ID="lblPriceFrom" runat="server" Text="Rs" Width="20px"></asp:Label><asp:TextBox
Width="60px" ID="txtPriceFrom" runat="server"></asp:TextBox>
<asp:Label ID="lblPriceTo" runat="server" Text="To Rs " Width="42px"></asp:Label><asp:TextBox
ID="txtPriceTo" Width="60px" runat="server" AutoPostBack="True" Wrap="True"></asp:TextBox>
<asp:Button ID="btnPrice" runat="server" Text="Go" OnClick="btnPrice_Click" />
</div>
</asp:Panel>
<asp:CollapsiblePanelExtender TargetControlID="PricePanelContent" ImageControlID="imgPrice"
ExpandedImage="~/images/open.png" CollapsedImage="~/images/close.png" ID="CollapsiblePrice"
ExpandControlID="PricePanel" CollapseControlID="PricePanel" CollapsedText="All Price"
TextLabelID="AllPrices" ExpandedText="" Collapsed="true" runat="server" SuppressPostBack="true">
</asp:CollapsiblePanelExtender>

如果有人可以帮助我。

感谢和问候,

梅胡尔·马克瓦纳。

最佳答案

尝试删除 AutoPostBack="True"来自您的 txtPriceTo文本框,看看是否有帮助。

关于asp.net - asp面板默认按钮不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3734313/

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