gpt4 book ai didi

c# - 如何禁用 C# 中的 div 代码?

转载 作者:行者123 更新时间:2023-11-29 15:42:04 25 4
gpt4 key购买 nike

我有一个 div,我通过 Page.ClientScript.RegisterStartupScript 从代码后面调用它另一个 div 位于此 div 中,带有 style="display: none;是否可以在后台调用主div时启用第二个div?

这是我的代码- Page.ClientScript.RegisterStartupScript(this.GetType(), "OpenNewWindow", "<script type='text/javascript'>$(function() { $('#MainDiv').dialog('open'); })</script>");

最佳答案

put these attributes in div runat="server"  and an id="a_name"
Declare Your div like following

<div runat="server" id="dv">
your contents
</div>

call the dv from Code behind and then do with that dv whatever you want

关于c# - 如何禁用 C# 中的 div 代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17629511/

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