- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在我的asp.net页面中使用modalpopupextender来显示子表单。但这仅需在特定条件下显示。这些条件由一段javascript代码确定。
因此,最重要的是,无需单击按钮即可显示模式 pop 窗口。但是,如果我将属性TargetControlID保留为空,则会出现以下异常:
The TargetControlID of 'ModalPopupExtender1' is not valid. The value cannot be null or empty. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: The TargetControlID of 'ModalPopupExtender1' is not valid. The value cannot be null or empty.
最佳答案
据我所知,将TargetControlID设置为隐藏按钮(display:none;)是最好的方法。
关于asp.net - 使用ModalPopupExtender无需设置TargetControlID?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2454923/
通常,我可以使用如下方式设置 TargetControlID 服务器端: AutoCompleteExtender ace = new AutoCompleteExtender();
Ajax CalendarExtender 能否将 asp:BoundField 作为 TragetControlID,因为在我拥有的网格中,它表示不可用。我怎样才能将日历中的每个日期输入到 Boun
如何设置 TragetContriID到 HyperLink在 GridView 里面? 我试过这个: 但我有一个错误:没有 GridView1$HyperLink1 最佳答案 设置 Target
我想通过ajax工具包modalpopupextender targetcontrolid属性调用.net按钮事件 这是我的代码
我在 GridView 的模板字段中有一个文本框。对于这个文本框,我定义了一个 autocompleteextender,其 TargetControlID 设置为“myTextbox”,工作正常。同
我做了很多搜索,但无法弄清楚。 我有一个 ModalPopupExtender 弹出窗口,我想在用户单击链接 DoSomething 时显示它。弹出窗口有一个下拉控件,然后我想在用户要求打开对话时即时
我已经创建了文本框并动态使用了 CalendarExtener。我收到错误消息“‘CalendarExtender1’ 的 TargetControlID 无效。找不到 ID 为‘text1’的控件。
我是一名优秀的程序员,十分优秀!