asp.netFigure 2.2 br Output of Listing 2.1.2 when viewed through a browser. br br Adding Elements to a Hashtable br In Listing 2.1.2, we begin by creati...
asp.netFigure 2.1 br Output of Listing 2.1.1 when viewed through a browser. br br Adding Elements to an ArrayList br In Listing 2.1.1 we create two Arra...
分页using System; br using System.Collections; br using System.Configuration; br using System.ComponentModel; br using System.Data; br using System.Data....
application|asp.net|session|对象Figure 3 Caching br br The amount of data you can reach at any level is different, but the right doses are determined on...
application|asp.net|session|对象Last month (November 2001) I concluded that in ASP.NET, caching is the key to performance if you want to exploit Web cont...
脚本|页面Set the InitialFocus for an ASP.NET WebForm br The PageUtil class has a static method SetInitialFocus(control) which can be used to generate a ...
xmlReturns an XmlNodeList containing a list of all descendant elements that match the specified name. br br Overload List br Returns an XmlNodeList cont...
asp.net|chartImports OWC.StimGraph.Helper br br br br Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBa...
webCall the event viewer control by the tag prefix colon and the class name of eventlog.cs. Note that we set a property from the query string in the code...
client|客户端using System; br using System.Collections; br using System.ComponentModel; br using System.Data; br using System.Data.SqlClient; br using Sy...
datagridUsing DropDownList control in DataGrid br By Eric Zheng br When I was developing a web application couple days ago, I found some interesting thi...
HOW TO: Create an Assembly with a Strong Name br br -------------------------------------------------------------------------------- br The information ...
控件|显示using System; br using System.Collections; br using System.ComponentModel; br using System.Drawing; br using System.Data; br using System.Window...
asp.net|区别 If youre having conceptual difficulties with the Import and Assembly directives, youre not the only one. Read this article to find out abo...
源代码The following example shows what a simple ADO.NET application that connects to the Northwind database and returns a list of Categories would look l...
asp.netSecurity Hole In ASP.NET Beta 1 br Jonathan Goodyear, MCSD, MCP, CLS br 4/30/2001 br br Background br In the Beta 1 version of the .NET Framew...
-------------------------------------------------------------------------------- br A portal module combines some code and UI to present specific functio...
The Parse method converts a string that represents a .NET Framework numeric base type to an actual .NET Framework numeric base type. It takes the followi...
转换The DateTime data type also contains a Format method and a ToString method that return a string-formatted representation of the original value. The F...
转换Customizing the Format Method for Custom Types br br You can easily implement a Format method for your own custom types by overriding the IFormattab...
Every .NET Framework base data type (Int32, Int64, Single, Double, and so on) contains a Format method and a ToString method that return a string-formatt...
Is Your Code Safe? br br VS.NETs use of Microsoft Intermediate Language creates big advantages, but exposes VB.NET on the desktop. br br by Dan Fergu...
asp.netUsing Parentheses with Method Calls br In ASP, you could freely call methods on objects without using parentheses, as shown below: Sub WriteData()...