ASP.net 2.0 easy to implement database application development

asp.net| Data | database Objective: The first time the use of ASP.net 2.0 was attracted by its powerful features and high efficiency, the complex process was simplified to an unbelievable ease, and according to Microsoft, the December Chinese

asp.net Implementing IIS control management (creation and management of Web virtual directories)

asp.net|iis|web| Create | control | virtual directory (i) CreateWebDir.cs use examplestring sserver = "localhost";String virtualdir = "Bug2004"; \ virtual DirectoryString pathdir = @ "D:\myWebDirTest\Bug2000" \ \ Physical Directory Iismanager iismg

The use of Split function in ASP

function you have encountered to want to take a string of certain values and not to start? Do you feel that reading or teaching material is confused with the writing of split ... If you have this question, please see below my explanation to the

Guidelines for using Cookies in ASP

Cookies in fact, in web development, a cookie is just a text file, and when a user accesses a site, it is stored on the computer that the user is using, where the information is saved and the Web can extract the information when the user visits the

Do not cache pages in ASP

Cache | page | cache Update 1/8/2004 At the top of the page: PSTR = "Private, No-cache, Must-revalidate" Response.ExpiresAbsolute = #2000 -01-01# Response.AddHeader "Pragma", "No-cache" Response.AddHeader "Cache-control", pstr %> ------------------

Passing Chinese parameters in the asp.net page

Asp.net| Page | Chinese 1. Set up Web.config file. ...... ...... Or: aspx file: 2. Before passing the Chinese language, the Chinese parameters to be passed are encoded and decoded at the time of receiving. >> to deliver String Name = "Chinese

Convert an ASP page into an HTM page

Page | conversion Some time ago There is an ASP page to perform slowly, the number of visitors, and not often modified, and lazy directly into static, every time to download from the server to change, had to think of ways to convert the ASP page

asp.net drawing graphs

asp.net asp.net draw graphs first define Drawclass class Using System;Using System.Data;Using System.Configuration;Using System.Web;Using System.Web.Security;Using System.Web.UI;Using System.Web.UI.WebControls;Using

Use the asp+ DataGrid control to create a master/detail view

asp+|datagrid| Create | control | View INTRODUCTION The next release of Microsoft®visual Studio.NET includes the DataGrid Web control as part of the Active server page+ (asp+) suite of server controls. The control provides functionality to

ASP and SQL Combined processing time application (RPM)

In the development of database applications, often encounter problems of processing time, such as query the specified time records. Here are some common questions to combine with some of your own experience and discuss these issues with you. Let's

ReadOnly and Disabled properties for TextBox server controls in asp.net 2.0

Ado|asp.net| Server | control In the previous ASP.net 1.x version, the TextBox control set to ReadOnly could still get the modified value on the server side after the client changed the value, but in asp.net 2.0, this practice was limited. This is

Using SQL in ASP

Data | database set oSQLServer =server.createobject ("SQLDMO.") SQL Server ") Osqlserver.connect "Database IP, Port", "username", "password" ' Connection database Set oSQLServer =server.createobject ("SQLDMO.") Database ") Set Odbfiledata

Some examples of the storage process being invoked in ASP. (2)

Process writing a Stored Procedure part II by Nathan Pond -------------------------------------------------------------------------------- This article is a continuation the my previous article, writing a Stored Procedure Let me start out by the

ASP connection to the Access database in several ways!

access| Data | Database 1. Set Dbconnection=server.createobject ("ADODB. CONNECTION ") DBPath = Server.MapPath ("Customer.mdb") DbConnection. Open "Driver={microsoft Access driver (*.mdb)};d bq=" & DBPath Sql= "SELECT * from auth where id= '" & user_

ASP Web site remote client to achieve Excel printing function

excel| Printing in the development of ASP Web site, sometimes need to call the MSSQL database in the client data to print, if the amount of data is small, you can use FileSystemObject in the client to generate file objects to print, here no longer

In-depth explanation of asp+ verification (transfer from MS II)

asp+ Client API There is a small API that can be used on the client to achieve a variety of effects in your own client code. Because some routines cannot be hidden, theoretically, you can take advantage of all the variables, attributes, and

Manipulating data with the GridView control in asp.net2.0

Asp.net| Control | data In ASP.net 2.0, many new functions and controls have been added, which have greatly improved in all respects compared to asp.net 1.0/1.1. Among them, in the data control aspect, has added many controls, in which the GridView

ASP calls WinRAR compressed folder

winrar| compressed server uses Wscript.Shell component to invoke Rar.exe in WinRAR, upload cmd.exe and rar.exe in the same directory as code Usage: rar.asp?path= The folder you want to compress &rarname= the compressed file name &includefolder=

Using Intelligent Island Grid control throughout the ASP

Process | Control the whole process of using Chi Island Grid control in ASP -------------------------------------------------------------------------------- Chi Island Grid Control as the presentation layer of data, it can be very convenient

Methods of optimizing ASP.net performance

asp.net| Performance | Optimization 1. Database Access Performance Optimization Connection and shutdown of the database Accessing a database resource requires creating a connection, opening a connection, and closing a connection several operations.

Total Pages: 1800 1 .... 285 286 287 288 289 .... 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.