gpt4 book ai didi

asp.net - 为什么不能控制 ID 为 "Server"

转载 作者:行者123 更新时间:2023-12-04 22:47:21 27 4
gpt4 key购买 nike

我的页面中有这一行:

<asp:TextBox runat="server" ID="Server" />
我收到以下错误:

Compiler Error Message: CS1061: 'System.Web.UI.WebControls.TextBox' does not contain a definition for 'ScriptTimeout' and no extension method 'ScriptTimeout' accepting a first argument of type 'System.Web.UI.WebControls.TextBox' could be found (are you missing a using directive or an assembly reference?)

Source Error:

Line 172:                global::ASP.applications_returndata_releasemanagement_aspx.@__initialized = true;
Line 173: }
Line 174: this.Server.ScriptTimeout = 30000000;
Line 175: }
Line 176:
将 ID 更改为其他内容后就可以了。
有谁知道为什么不能使用“服务器”作为控制 ID?我进行了搜索,但找不到任何有关 asp.net 控件的保留字的信息。

最佳答案

那是因为 System.Web.UI.Page已经有一个字段叫 Server (您可以在导航到 System.Web.UI.Page 的类定义时看到它)。

关于asp.net - 为什么不能控制 ID 为 "Server",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18483152/

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