摘要:
同事SW跟我说过 C# 和 C++ 中 readonly 的不同写法: C#: public class ConstTest { public int Age; public ConstTest(int TheAge) { this.Age = TheAge; } } public class TheTest { public stati... 阅读全文
posted @ 2007-08-19 09:43
NewSea
阅读(254)
评论(1)
推荐(0)
摘要:
AddWebPart 不能添加动态加载的自定义控件吗?做了一个自定义控件。强名称。动态加载添加到页面上是可以的。 Assembly asembly = Assembly.LoadFile(@"C:\Inetpub\wwwroot\WebApplication2\WebApplication2\UILib\MyWebControls.dll"); obje... 阅读全文
posted @ 2007-08-19 09:30
NewSea
阅读(1631)
评论(16)
推荐(0)

浙公网安备 33010602011771号