ASP. NET practice: program ASP. NET topics

In addition to specifying the topic and skin references in the page declaration and configuration file, you can also program the theme application. You can set the page subject and style form Topic through programming. However, different types of

Apply prototype. js in ASP. net2.0

I have been developing an Asp.net website for some time. I have always thought Javascript is a good thing. Many special effects make me think that JavaScript is a wonderful thing. So I always want to learn JavaScript well, recently, the project has

ASP. NET: the problem that occurs when the page is saved as word!

Generally, project development requires that the specified content on the page be saved as a word or Excel file. The following is a simple online method: Code Code highlighting produced by Actipro CodeHighlighter

ASP. NET 2.0 "plug-in"

In ASP. among the new features of NET 2.0, the most "dazzling" is the master page, topic/skin, membership and role management, user-defined attributes, and webpart page personalized settings. Except the first two items, the rest are based on the

ASP create and delete files and folders

Create a folder named "www.236z.com" Foldertocreate = server. mappath ("") & "/cgi-bin/myfiles"Set FS = Createobject ("scripting. FileSystemObject ")Set a = FS. createfolder (foldertocreate)Set FS = nothing%>Done  Delete www.236z.com

Jquery + ASP. NET Ajax File Upload (including demo)

After learning about the integration of jqurey and Microsoft, we try to use jquery In the project. This demo is an example. There are two main files (and I also packed some pretty small images waiting for Ajax processing ): Ajaxupfile. ashx server

ASP displays all file codes in the folder

Whichfolder = server. mappath ("")&"/"Dim FS, F, F1, FCSet FS = Createobject ("scripting. FileSystemObject ")Set F = FS. getfolder (whichfolder)Set fc = f. Files For each F1 in FCResponse. Write (f1.name & " ")Next%> Instance 2.Whichfolder =

Comparison of four page Jump technologies in Asp.net web pages

There are four page navigation methods in Asp.net. How do I select one for your page? · If you want users to decide when to convert a page and which page to go to, hyperlink is the most suitable. · If you want to useProgramTo control the

Introduction to ASP

ASP is used for B/SProgramThe language used for development is the same as the upgrading technology Asp.net of JSP, PHP, and ASP. It is one of the most widely used languages for implementing server-side programs. There are also some other excellent

ASP entry-level session Application

The Session object is used to store user information. The variables stored in the session object hold the information of a single user, and for an applicationProgramAll pages in are available. For example, sessions generated on child pages can be

ASP entry-level cookie Application

Cookies are often used to identify users. Cookie is a small file that the server stays on the user's computer. Each time a computer requests a page through a browser, the computer sends a cookie.   Cookies are not stored on the server, but

Asp.net: the IIS [Request Filtering module is configured to reject requests that exceed the length of the request content] Solution

Solution 1. Modify IIS applicationhost. config A. File Location: % WINDIR %/system32/inetsrv/config/applicationhost. config B. Find the node. C. Add the following elements to the node: (the upload size will be changed to 2 GB) Note: by

Four Methods for reading XML file information in Asp.net

Method 1: Use the XML Control XML method 1 Method 2: Use DOM technology method 2 of XML reading Method 3: Use a DataSet object XML reading method 3 Method 4: Read data by text XML reading method 4

ASP. NET built-in object

1. Response2. Request3. Server4. Application5. Session6. cooki The request object mainly allows the server to obtain some data from the client browser, including parameters, cookies, and user authentication transmitted from the HTML form using

ASP. net2.0 new features: Theme and skin

I. Overview With themes, we can easily change the style of controls and pages without modifying ourCodeAnd page files. The themes file is placed under an app_themes folder separately.ProgramIs completely separated. Ii. composition elements A

Asp.net Tutorial: ASP. net mvc Framework built-in Ajax support programming technology

Traditional ASP. NET web forms are based on both the presentation layer and the backgroundCodeASP. NET Ajax, especially the server-side controls of this framework, is not as radiant as they should have. As a result, many ASP. NET developers who

ASP Operations Database

Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> A common way to operate databases using ASP is to use the built-in component adobd,CodeSimple and easy to use.The following is the sample

Configure ASP. NET authentication support

Whether it is openWebSite, orB/SApplicationProgram, We all need to protect some of the resources of our program, and will not be accessed by non-fast customers. To access restricted resources, we will redirect to the login page and require the

Scaling of images in ASP. NET

When an image is displayed in ASP. NET, if a fixed-size container such as is specified, how can the image size be scaled proportionally according to the container size. The following is a simple function. It is calculated based on the image width

Common page value passing instances in Asp.net

I. querystring Querystring is a simple value transfer method. Its disadvantage is that it displays the value to be transferred in the address bar of the browser and cannot pass objects in this method. If you want to pass a security that is not so

Total Pages: 1800 1 .... 1622 1623 1624 1625 1626 .... 1800 Go to: GO

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.