摘要:
//根据动态配置来提交对象属性值和设置属性值实现思路foreach (Control c in this.Page.Form.Controls){ //检查是否继承接口的自定义控件 Type baseInterface = c.GetType().GetInterface("IBaseControls"); if (baseInterface != null) { //访问控件的配置属性 IBas... 阅读全文
posted @ 2010-01-17 10:56
天蓝-
阅读(362)
评论(0)
推荐(0)
浙公网安备 33010602011771号