摘要: 用户控件 //获取用户控件中子控件真实id,用于在页面中的js中调用,调用方法 public string GradeClientID { get { return this.hfGradeId.ClientID; } } public string ClassClientID { get { return this.hfClassId.ClientID; } }调用用户控件页面使用if($('#').val()=="-1"||$('#').val()==""){ alert("请选择... 阅读全文
posted @ 2013-06-22 10:52 事理 阅读(3805) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-06-22 10:41 事理 阅读(675) 评论(0) 推荐(0) 编辑