在权限控制中,需要程序动态设置模版列的文本框只读。因此,采用动态加载Js代码的方式。
在html中加入<%=web_enabled%>
页面类中增加public string web_enabled;
EditCommand事件中加入以下代码:
int row=e.Item.ItemIndex+2;
web_enabled = "document.all('dgdZf__ctl"+row+"_txtKhbYj').readOnly=true;";
web_enabled="<script>"+web_enabled+"</script>";
在html中加入<%=web_enabled%>
页面类中增加public string web_enabled;
EditCommand事件中加入以下代码:
int row=e.Item.ItemIndex+2;
web_enabled = "document.all('dgdZf__ctl"+row+"_txtKhbYj').readOnly=true;";
web_enabled="<script>"+web_enabled+"</script>";