asp.net 后台注册脚本_.NET_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > .NET > asp.net 后台注册脚本

asp.net 后台注册脚本

 2015/2/2 21:23:41  王鹏飛  程序员俱乐部  我要评论(0)
  • 摘要:stringmyScript="functionShowPanel(){$('.nava[href=\"#"+PanelType.wenben.ToString()+"\"]').tab('show');}";ScriptManager.RegisterClientScriptBlock(this,this.GetType(),"myScript","<script>"+myScript+"</script>",false);ScriptManager
  • 标签:.net ASP.NET net 脚本

string myScript = "function ShowPanel() { $('.nav a[href=\"#" + PanelType.wenben.ToString() + "\"]').tab('show'); }";
ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "myScript", "<script>" + myScript + "</script>", false);
ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "myScript1", "<script>$(document).ready(function () {ShowPanel(); });</script>", false);

发表评论
用户名: 匿名