大马资讯论坛 - 马来西亚中文资讯平台

 找回密码
 注册
搜索
打印 上一主题 下一主题

[教学]Cannot be modified because the control contains code blocks Error

[复制链接]
跳转到指定楼层
1#
发表于 2010-6-7 17:00:31 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
telerik error错误
The Controls collection cannot be modified because the control contains code blocks Error

添加RadCodeBlock,把你的javascript放入即可
It is resolved, put your javascript into a RadCodeBlock
  1.     <telerik:RadCodeBlock runat="server">
  2.         <script type="text/javascript">
  3.             function MyFunction ()
  4.             {
  5.             }
  6.         </script>
  7.     </telerik:RadCodeBlock>
复制代码

手机版|大马资讯论坛  

GMT+8, 2024-4-28 18:11 , Processed in 0.011858 second(s), 11 queries , File On.

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表