摘要:
-- 判断控件类型 1、可用控件的GetType函数,control.gettype().tostring,输出的类型带命名空间,如system.web.ui.webcontrols.button 2、也可用TypeName函数,typename(control),输出的类型不带命名空间,如button控件直接输出button类型 3、Code Co... 阅读全文
posted @ 2009-03-11 16:52
WillWayer
阅读(12052)
评论(0)
推荐(1)