ASP. NET 2.0 collection

Source: Internet
Author: User
Tags xslt server memory
More scroll 8
  • Detailed description of connecting ASP. net2.0 to SQL Server database xuanyuan South palace | Tianji development |
This article describes in detail how to use a connection object to connect to a database. For different. NET data providers, ADO. net uses different connection objects to connect to the database.
  • Custom state management metal edge for ASP. net2.0 server controls | Tianji development |
We have introduced the basic concepts and typical applications of view status and control status. We can find that view status and control status are important to the implementation of custom server controls. This article will continue with this topic, focusing on how to implement custom management of view status and control status.
  • Use strong data in vs2005 and ASP. net2.0 compiled by Zhu Xianzhong | Tianji development |
As developers, when we are learning new technologies, the example may be our biggest enemy.
  • Form authentication in ASP. NET 2.0 | msdn |
Form authentication uses the authentication ticket created when a user logs on to the website and tracks the user throughout the site.
  • Sqldatasource for ASP. net2.0 database entry | csdn |
When using the sqldatasource control to select data, you can start with connectionstring and selectcommand.
  • ASP. NET 2.0 site map build website navigation structure Xiao yangyang | Tianji development |
In the network environment, the two namespaces we are most interested in are system. NET and system. net. sockets.
  • Design an online network voting system using ASP. NET 2.0 | csdn |
The database design of the system is relatively simple. You only need to store the voting information.
  • Create a content page in ASP. NET 2.0 | csdn |
After creating a complete master page, you must create a content page.
  • ASP. net2.0 data binding function eval () mechanism mongodan's blog |
This article assumes that you have understood the Data Binding Mechanism of ASP 1.1 (especially the local variable container). Here we mainly analyze the improvements made by ASP 2.0 data binding.
  • In ASP. NET 2.0, XSLT is compiled using Liao Yunxiao. | Tianji development |
This article will briefly describe the use of XSLT in Asp.net 2.0. Of course, this article assumes that readers have some basic XSLT knowledge.
  • Common Errors for getting started with ASP. net2.0 databases | csdn |
The following list provides the most common errors found by students during lab installation. If you have any problems, you can check whether there are similar errors.
  • ASP. net2.0 Server Control-type converter metal edge | Tianji development |
A type converter is an important part in the process of customizing server control attributes. This article introduces the basic concepts and implementation methods of the type converter.
  • ASP. NET 2005 Treeview ultimate solution | blog |
This problem occurred when I was writing HRM for the past few days. I started to use Google for a long time and it was a pile of garbage.
  • Access Connection for ASP. NET database programming failed | csdn |
Errors and failures always occur in applications.
  • Create a master page in ASP. NET 2.0 | csdn |
Although master pages and content pages are powerful, their creation and application processes are not complex.
  • Create complex attribute metal edge for ASP. net2.0 server controls | Tianji development |
To deepen your understanding of these implementation methods, this article provides a detailed example of using ASP. NET 2.0 technology to create complex attributes.
  • Introduction to the page caching function of ASP. NET 2.0 | csdn |
Page part cache refers to some parts of the output cache page, rather than the whole page content.
  • Detailed description of the master page in ASP. NET 2.0 | blog |
To reduce the problem of changing one page to dynamic full site during webpage design, the master concept is added after vs2003 is upgraded to vs2005.
  • Page output cache in ASP. NET 2.0 | csdn |
All static page content is stored in the server memory. When there is another request, the system will directly output the relevant data in the cache until the cached data expires.
  • Simple attribute metal edge for ASP. NET 2.0 Server Control Development | Tianji development |
This section focuses on some basic concepts and basic implementation methods for implementing custom server control attributes.
  • Development of complex attribute metal edge in ASP. NET 2.0 Server controls | Tianji development |
The biggest feature of a complex attribute is that the attribute type is a class with an attribute (called a subattribute ).
  • Accessdatasource control in ASP. net2.0 | csdn |
ASP. NET 2.0 contains the accessdatasource control, which is used to extract data from the Access database to the ASP. NET 2.0 (. aspx) page.
  • Introduction to the cache technology of ASP. NET 2.0 | csdn |
The best way to improve the performance of database-driven Web applications is to use the cache function.
  • Control status and view status of ASP. net2.0 sifang2004 | blog |
Control status-to make the control work normally, you sometimes need to store control status data.
  • Control state metal edge of ASP. NET Server controls | Tianji development |
We have discussed the view status. Some readers have found that if the view status is disabled for a page or control
  • Face-to-face contest when ASP. NET meets JSF | Tianji development |
If you are engaged in Web application development, you have heard of JavaServer faces and ASP. NET.
  • View state persistence mechanism of ASP. NET 2.0 | blog |
The default view State persistence mechanism in ASP. net2.0 is to retain the state information as a base64-encoded string in a hidden HTML element on the page.
  • View status metal edge of ASP. NET Server controls | Tianji development |
It is necessary to maintain the status information of web pages and their controls. However, since web applications are created on the top layer of the HTTP protocol, this is a stateless protocol.
  • Rendercontents metal edge of ASP. NET Server Control | Tianji development |
This article focuses on another common method to implement control rendering-use the rendercontents method of the webcontrol class to implement control rendering.
  • ASP. NET 2.0 and masterpage optimization cssrchen | blog site |
Added built-in masterpage support in ASP. NET 2.0, which is a great convenience for us.
  • Foundation of ASP. NET 2.0 mobile development xuanyuan South palace | Tianji development |
Many commercial applications have begun to migrate to mobile devices. Therefore, it is a perfect time for developers to start learning mobile development.
  • ASP. net2.0 Server Control-render method metal edge | Tianji development |
Control rendering is the process of writing markup text to the HTTP output stream. The server sends the generated markup text to the client through the HTTP output. The text will be converted to visualized elements through the client browser.
  • Create custom control metal edge for ASP. net2.0 server control | Tianji development |
This article describes how to create a simple custom Server Control. With this content, you will understand the basic methods for creating and testing custom server controls using Visual Studio 2005.
  • Added services, controls, and functions for ASP. NET 2.0 | msdn |
ASP. NET 2.0 will get rid of some imperfect conditions and develop into a completely mature product. The goal is to reduce the number of code required to complete common web programming tasks by 70% or more.
  • Application of asynchronous page function in ASP. NET 2.0 Jeff prosise | msdn |
ASP. NET 2.0 provides a large number of new features, including declarative Data Binding and master pages, member and role management services.
  • Experience the asynchronous page function chengking in ASP. NET 2.0 | blog |
On the left, the asynchronous page function is not used for execution (Asp.net 1.0 is usually used), and on the right, the asynchronous page execution process is used (Asp.net 2.0 new feature ).
  • ASP. NET 2.0 site logon, navigation, and permission management wangyihust | blog |
Many new functions and controls are added in Asp.net 2.0. Among them, the New Login control makes the web application design more handy.
  • Implement Exception management in ASP. NET 2.0. Polar silver fox. Net compilation | blog garden |
In any application system development, exception management is a key field for developers.
  • Implementation and Analysis of ASP. NET 2.0 client callback xuanyuan South palace | Tianji development |
ASP. NET 2.0 introduces the "client callback" function, which allows you to easily interact client scripts with server code.
  • Use vs2005 to implement ASP. net2.0 mobile development xuanyuan South palace | Tianji development |
This article describes how to use Visual Studio 2005 to create an ASP. NET 2.0 mobile app.
  • Implement Ajax-style Web development with ASP. NET 2.0 compiled by Zhu Xianzhong | Tianji development |
In the past few months, the design patterns for developing highly interactive web applications based on AJAX technology have rapidly become popular.
  • Implement File Upload Bill evjen Reuters in ASP. NET 2.0 | msdn |
Since Microsoft ASP. NET 1.0 was introduced, there are built-in methods for generating web applications that can upload files to the host server.
  • Introduce ASP. NET 2.0 web parts to connect to Ted Pattison | msdn |
I assume that you have some basic knowledge about Web parts, such as how to use the webpartmanager control, Web Part area, editor, directory, and persistence attributes.
  • In ASP. NET 2.0, bearstar is easy to implement. | blog site |
With themes, we can easily change the control and page style without modifying our code and page files.
  • Code hiding and compilation in ASP. NET 2.0 | msdn |
A large number of changes were made in subsequent beta versions, mostly in the form of modifications, bug fixes, and control appending.
  • Use the hiddenfield control in ASP. NET 2.0 | dynamic website creation guide |
The hiddenfield control, as its name implies, is a server control that hides the input box. It allows you to save data that is not displayed on the page and has low security requirements.
  • Implement cross-Page Submission in ASP. NET 2.0 | Tianji development |
In ASP. NET 1.x, all pages are submitted to themselves, and it is not convenient to specify the target page to be submitted.
  • Use multiview control Liao Yunxiao in ASP. NET 2.0 for compilation | Tianji development |
This document uses Visual Studio. NET 2005 as an example to describe how to use the multiview control in Asp.net 2.0.
  • Data operation skills in the gridview in ASP. net2.0: Liao Yunxiao | Tianji development |
The newly added gridview control in Asp.net 2.0 is a very powerful data display control.
  • ASP. NET 2.0 it's hard to love you Dudu | blog |
This article mainly analyzes some problems encountered when developing ASP. NET wildcard ing applications in ASP. NET 2.0.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.