csgashine

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2006年4月18日

摘要: 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... 阅读全文
posted @ 2006-04-18 11:05 asp-shine 阅读(293) 评论(1) 推荐(0) 编辑

2006年3月24日

摘要: 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... 阅读全文
posted @ 2006-03-24 19:41 asp-shine 阅读(160) 评论(0) 推荐(0) 编辑

2006年3月23日

摘要: 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... 阅读全文
posted @ 2006-03-23 22:10 asp-shine 阅读(270) 评论(0) 推荐(0) 编辑

2006年3月22日

摘要: 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... 阅读全文
posted @ 2006-03-22 17:54 asp-shine 阅读(181) 评论(0) 推荐(0) 编辑

2006年3月19日

摘要: what is the View State?Which automatically embeds information about the page in a hidden field in the rendered HTML. 阅读全文
posted @ 2006-03-19 13:47 asp-shine 阅读(194) 评论(1) 推荐(0) 编辑

2006年3月18日

摘要: 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(... 阅读全文
posted @ 2006-03-18 23:31 asp-shine 阅读(149) 评论(0) 推荐(0) 编辑

2006年1月24日

摘要: 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... 阅读全文
posted @ 2006-01-24 22:41 asp-shine 阅读(237) 评论(0) 推荐(0) 编辑

2006年1月22日

摘要: 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... 阅读全文
posted @ 2006-01-22 21:58 asp-shine 阅读(290) 评论(0) 推荐(0) 编辑

2005年11月29日

摘要: It's so excited that I have a homepage. I hope I can bea member of the family of .Net 阅读全文
posted @ 2005-11-29 16:52 asp-shine 阅读(140) 评论(0) 推荐(0) 编辑