摘要:
To create an instance of a user control programmaticallyIn the user control, be sure that the@Controldirective contains aClassNameattribute that assigns a class to the user control.The following example sets theClassNameattribute to strongly type a user control.<%@ Control className="MyUserC 阅读全文
posted @ 2012-04-28 11:33
.net's
阅读(443)
评论(0)
推荐(0)
摘要:
ExamplesThis example causes the browser to reload the document every two seconds.<meta http-equiv="refresh" content="2">This example sets the character set for the document.<meta http-equiv="Content-Type" content="text/html; charset=utf-8">This exa 阅读全文
posted @ 2012-04-28 11:01
.net's
阅读(425)
评论(0)
推荐(0)