Asp.net2.0 is getting closer and closer to our footsteps, I have a rough look, here I tell you, welcome my feelings, welcome to correct!
First let us briefly see what new changes and improvements in 2.0 are more than previous versions.
1. New control
There will be more than 40 new controls in 2.0, which will greatly simplify the difficulty of development. In terms of the data controls we care, the new DataGrid control GridView appears in front of us, which will replace DataGrid in the future development. GridView control new feature support data sort, data paging, data selection, data editing, etc. . Another new data control is DetailsView, which can display a single line of data to support custom templates. Let us look at an example to showcase GridView and DetailsView. This example shows the modifications in DetailsView after GridView selection lines. In addition, we will see the TreeView we are familiar with, this time Microsoft integrates this commonly used control. BulletedList is a new data binding design control that displays a highly structured HTML list, including HyperLinks and Link Buttons, a bit similar to DataList. There are also many new controls to help us output moving images, upload, using image hotspots, etc., will greatly increase the development speed. 2. Main page - Master Pages
In previous development, we want to display the same header on each page, you must join the same first page or use the frame, but now this new feature will greatly simplify our development, use Master Pages. It can be easily displayed on each page to ensure consistency and use simple. 3. Site navigation
Like Master Pages, the site navigation has a large role in most web applications, through the Sitemappath control, based on XML data, can clearly display the structure of the outlet. In the following example, the SITEMAPPATH control is clearly displayed by using the cooperation with the TreeView. The same example does not use code. 4. User Management
During our previous development, you must have experience in developing system user management modules. We have spent a lot of energy to divide users' permissions, landing and other issues. Now, in ASP.NET 2.0, new user management will help our development, it can provide us with registration, login, permission division, etc., through data supply to implement data storage, can simplify Use a row code to achieve security powerful user management. For your convenience, you can configure user management. 5. Personalization is in ASP.NET 2.0, personalization is another exciting topic. In personalization, the settings of different users can be displayed according to different users. Accessing Web.config in 2.0 will be more easy and support intelligent display. Another personalized feature is that the page will display multiple so-called page components (Web Parts), with your definition, one or more page components are displayed on the page, and users can select the emission of page elements by dragging and dropping. the way. to be continued........