首页上一页 1 下一页尾页 4 条记录 1/1页
<编程宝典C#>例12.4问题
发表在ASP.NET图书答疑
2014-09-19
是否精华
是
否
版块置顶:
是
否
dafault.aspx(动态)黄色提示字数如下:
<script type="text/javascript">
//<![CDATA[
Sys.Application.add_init(function() {
$create(Sys.Extended.UI.SlideShowBehavior, {"autoPlay":true,"id":"SlideShowExtender1","imageDescriptionLabelID":"imageDescription","imageHeight":0,"imageWidth":0,"loop":true,"nextButtonID":"nextButton","playButtonID":"playButton","playButtonText":"开","playInterval":2000,"previousButtonID":"prevButton","slideShowServiceMethod":"GetSlides","slideShowServicePath":"/WebSite2/Default.aspx","stopButtonText":"停止"}, null, null, $get("Image1"));
});
//]]>
</script>
对话框中的字
SlideShowExtender JavaScript 运行时错误: 无法获取未定义或 null 引用的属性“UI”
<script type="text/javascript">
//<![CDATA[
Sys.Application.add_init(function() {
$create(Sys.Extended.UI.SlideShowBehavior, {"autoPlay":true,"id":"SlideShowExtender1","imageDescriptionLabelID":"imageDescription","imageHeight":0,"imageWidth":0,"loop":true,"nextButtonID":"nextButton","playButtonID":"playButton","playButtonText":"开","playInterval":2000,"previousButtonID":"prevButton","slideShowServiceMethod":"GetSlides","slideShowServicePath":"/WebSite2/Default.aspx","stopButtonText":"停止"}, null, null, $get("Image1"));
});
//]]>
</script>
对话框中的字
SlideShowExtender JavaScript 运行时错误: 无法获取未定义或 null 引用的属性“UI”