Don't use GetType() with Page.ClientScript.RegisterClientScriptBlock()
摘要:One of the things that was introduced in .NET 2.0 was a new mechanism for managing registration of client script into the page, via the new ClientScriptManager class, instead of the page's dedicated R...
阅读全文
posted @
2010-05-25 11:32
茂爷的blog
阅读(87)
推荐(0)
Net中的反射使用入门(转)
摘要:提纲: 1、 什么是反射 2、 命名空间与装配件的关系 3、 运行期得到类型信息有什么用 4、 如何使用反射获取类型 5、 如何根据类型来动态创建对象 6、 如何获取方法以及动态调用方法 7、 动态创建委托 1、什么是反射 Reflection,中文翻译为反射。 ...
阅读全文
posted @
2008-12-17 09:43
茂爷的blog
阅读(130)
推荐(0)
xlst在vs2003中也能够自动提示
摘要:xslt.xsdCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> ...
阅读全文
posted @
2007-06-07 12:51
茂爷的blog
阅读(285)
推荐(0)