摘要:
Calling Base Class ConstructorsClasses can't inherit constructors, a derived class must implement its own constructor and can only make use of the constructor of its base class by calling it explicitl... 阅读全文
摘要:
Web pages(.aspx files):These are the cornerstones of any ASP.NET application. Web services(.asmx files):These allow you to share useful functions with applications on other computers and other platfor... 阅读全文
摘要:
Every control declaration must have a corresponding closing tag or the empty element /> syntax at the end of the opening tag. In orther words, Asp.net tags follow the same rules as tags in XHTML. A... 阅读全文
摘要:
the following code dynamically creates a table with five rows and four cells perrow, sets their colors and text, and shows all this on the page. protected void Page_Load(object sender, System.EventArg... 阅读全文
摘要:
what is the View State?Which automatically embeds information about the page in a hidden field in the rendered HTML. 阅读全文
摘要:
To make sure this system works, you must keep both the .aspx markup file(with the control)and the .cs file(with the source code)synchronized. If you edit control names in one piece using another tool(... 阅读全文
摘要:
1.Defining InterfaceThe symtax of defining an Interface is as follows:[attributes] [access-modifier] interface interface-name [:base list]{interface body}What about the Attributes????Acess modifier in... 阅读全文
摘要:
Struct is value type. When it used as a parameter of Functions, it is passed by values which is the copy of the struct. When you return t the calling function, the values are unchanged. While you chan... 阅读全文
摘要:
It's so excited that I have a homepage. I hope I can bea member of the family of .Net 阅读全文