C# Webform ClientID 前缀是一个整数

发布于 2024-10-21 07:04:47 字数 377 浏览 1 评论 0 原文

我正在结合 ASP.NET MVCWebForm。当我执行 Html.RenderPartial("xx") 时,其中 xx 包含一个 Webform,该表单的 ClientID 是一个整数。我似乎没有通过 RenderPartial 找到父页面!有人知道这种行为吗?我可以加一个前缀吗?我正在使用 .NET 3.5,因此我可以将 ClientID 设置为 static,并且我不想移动到 .NET 4。就像由 < 呈现的 WebForm 一样code>RenderPartial 没有看到这个父页面。

任何帮助将不胜感激!

I'm combining ASP.NET MVCand WebForm. When I do a Html.RenderPartial("xx") where xx contains a Webform the ClientID of this one is an integer. I doesn't seem to find the parent page through a RenderPartial! Anyone is aware of this behaviour? Could I possibly put a prefix? I'm using .NET 3.5 so I can set the ClientID to be static and I don't want to move to .NET 4. Is as the WebForm rendered by RenderPartial didn't see this parent Page.

Any help would be appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文