| C # written by asp + domain name query process |
| Finally have time to learn new things, look at today's general information about asp +, and wrote a page of the domain name queries, feel good, asp + compared with the asp to progress is too high, despite the use asp + components can achieve the func... |
| The Visual C # programming WebXML |
| Due to the easy sharing of XML and many other advantages, XML technology are increasingly being used in corporate data processing and other fields, such as statements of the enterprise application, press releases, accounting data processing and so on... |
| . NET members of the special types |
| In this paper, we will be able to study the type of definition of some of the members of the special. Great efforts to streamline the procedures in the type of object and its example of the need for grammar, which contribute to the type of object-ori... |
| . NET, on the basis of string to create dynamic controls |
| First of all, System.Type.GetType use of the method was specified in the string of examples of the type of control. It should be pay attention to the string of grammar, according to the msdn explanation: 1. Hidden by name and signature will take into... |
| JS objects to the object c # |
| script type=text/javascript var xmlHttp; function createXMLHttpRequest () ( if (window.ActiveXObject) ( xmlHttp = new ActiveXObject ( Microsoft.XMLHTTP); ) else if (window.XMLHttpRequest) ( xmlHttp = new XMLHttpRequest (); ) ) / / [(Name: Zhang, Clas... |
| C # default constructor's role |
| The main constructor to initialize the object. It is divided into static (static) and the example (instance) constructor of two categories. We should all understand that if the class to write constructor, only that the default under the constructor's... |
| c # copy the realization of all folders and files code |
| Code is as follows: private void Copy() { System.IO.DirectoryInfo dir = new System.IO.DirectoryInfo(D:\\data); CopyDirectorysAndFiles(c:\\, dir); } private void CopyDirectorysAndFiles(string dest, System.IO.DirectoryInfo srcdir) { if (dest.LastIndexO... |
| In C# Load event |
| Load (load) the event occurs in time the Form window load, its establishment step is as follows. (1) opens VS2008, the newly built Windows window application procedure, and names is FormEventTest. (2) opens its Form1 the attribute window. (3) foun... |
| Prepared to expand the use of C # stored procedure |
| What is the expansion of storage process? Extended stored procedure that you can use as the C programming language to create your own external routines. On the users, extended stored procedures and general storage process, the implementation of the s... |
| C # dealing with a text file |
| Text files is a common file format, how to handle text files have become a focus of programming. In this paper to explore how to use C # is to handle text files. Its content is focused on how to read a text file, how to change the text of the content... |
|