问题描述
写一用户控件```上面放一lable``来取javascript读的时间,时间是每秒每秒在走```,然后一页面调用用户控件```动态时间效果不出来```如果直接写在页面上就有用``````请指点~~~~~~~
解决方案
解决方案二:
使用这样的方法来注册你的js文件:if(!Page.ClientScript.IsClientScriptIncludeRegistered(this.GetType(),"checkAll")){Page.ClientScript.RegisterClientScriptInclude("checkAll",Page.ResolveClientUrl("~/script/GridView.js"));}或者使用:Page.ClientScript.RegisterStartupScript(this.GetType(),"QxshScript","<script>window.location.href=window.location.href;</script>");这样的来注册直接运行的js代码
时间: 2024-10-28 09:42:08