ASP. NET happy website series-how to truly improve the performance of ASP. NET websites [1]

ArticleDirectory Preface Tools Others Preface How can we make Asp.net websites fly faster and have better performance? -- This is a problem that many developers often think about. I sometimes perform a lot of tests or ask someone

ASP. NET Ajax in action-MS Ajax library overview-Basic Type Extension (continued)

Number Type Extension Name Description Number. Format Function Set the numeric format using a fixed culture. Number. localeformat Function Set the number format in the current region.

Use jmail to implement ASP program to automatically send emails

After a long time, I couldn't receive emails. It turned out that the parameter was set incorrectly. The complete source code is as follows: MailServer = "172.16.1.130" 'smtp server address mailname = "bany@banysky.com" 'mail mailbox

[Import] ASP. NET 2.0 internal changes

I have read this article ASP. NET 2.0 internal changes, due to time reasons, I did not pay attention to it at that time. I read it again today and thought it was very good. Many people scored 9 points in the original English version. In ASP. NET 2.0

Use ASP to call the COM component written in C #

1. Create a class library mytestdll. 2. Right-click the project "mytestdll"-"properties-" generate-"and select" register for com" 3 open the assemblyinfo. CS file and modify [Assembly: comvisible (true)] 4. Open the command line prompt of visual

ASP dynamic database and table creation (ACCESS)

DB = "data. mdb"Set conn = server. Createobject ("ADODB. Connection ")Connstr = "provider = Microsoft. Jet. oledb.4.0; Data Source =" & server. mappath (db)'Create a databaseSet CA = server. Createobject ("ADOX. catalog ")Call ca. Create ("" &

ASP uses regular expressions to batch separate the images in the editing box to obtain the image path

This function can read all the image paths in the HTML code, so that you can save the image paths obtained in batches to the database, add watermarks to images in batches, or scale down images in batches, it is very convenient to operate as

[ZT] Asp.net form verification controls use collection

Asp.net form verification controls use collection Verify the price (only integers or decimals are allowed ): Verify email format: faron@163.com Format of the verified phone number: 0571-88888888,13088888888 The maximum length of input characters

How to modify ASP + access to asp + SQL

First, after the ACCESS database is imported to SQL, the primary keys of each table need to be reset, because the primary keys will be dropped during the import. Then, the primary key needs to be set to auto-increment. Second, replace the connection

Asp.net generates XML files

This Code reads records from the database and uses multiple layers to generate xml and generate files. Clientdao. mtvxmldao Dao = new mtvxmldao ();// Place user code here to initialize the pageDatatable dtagent = Dao. mtvxmlagent ("agent_list").

ASP. NET happy Site series-1. Build a beautiful website within 15 minutes

In the past few years, it has helped several large and medium-sized customers in North America establish their enterprise sites. A major problem is CMS (Content Management System ). In the past few years, many Asp.net CMS platforms have been

ASP. NET Ajax client-side Framework failed to load Part II

Solution: In the system. Web Section of Web. config, add              -->               . Other solutions on the Internet include: 1. Add to the system. Web node. Or add system. Web. Extensions references to the project. 2. Check the system time.

Easy background tasks in ASP. NET

Http://blog.stackoverflow.com/2008/07/easy-background-tasks-in-aspnet/   Privatestatic cacheitemremovedcallback oncacheremove = NULL;Protected void application_start (Object sender, eventargs E) { Addtask ("dostuff", 60 ); } Private void addtask

Dynamic File Download modification in ASP. NET [translation]

Original article: http://www.c-sharpcorner.com/Code/2004/Nov/patchdownload.aspAuthor: Sergey STranslation: Lu YipingAddress: http://blog.csdn.net/luyiping/archive/2004/11/20/188198.aspx Dynamic File Download modification in ASP. NET Source code:

ASP. NET Ajax in action-messageboard

Connect to the MDF database file: | Datadirectory | the default value is the app_data folder.   Use resx: In the resx file sr under the app_globalresources folder, add the key-value object: Login. access method: Loginlink. innertext = resources. sr.

ASP. NET 3.5 unleashed-5-localization and application resources

Localized attribute of page: uiculture | cultural method for setting the culturepage class: initializeculture ()..... get local culture configuration: request. userages system. globalization. cultureinfo class: New cultureinfo ("de-de");

ASP. NET

Enter the code in the itemdatabound event of the DataGrid: 1if (E. Item. itemtype = listitemtype. Item | E. Item. itemtype = listitemtype. alternatingitem) 2 { 3 E. Item. attributes ["onmouseover"] = "style. cursor = 'hand'; style.

Two Methods for refreshing the parent form in Asp.net

First: btn_export.attributes.add ("onclick", "javascript: showmodaldialog ('listprintselect. aspx ', parent, 'dialogwidth: 300px; dialogheight: 130px; center: Yes; help: No; resizable: No; Status: no '); Call window. dialogarguments. Location.

Asynchronous programming of dark magic in ASP. NET MVC

Reference: http://www.codeguru.com/csharp/.net/net_asp/mvc/working-with-asynchronous-operations-in-asp.net-mvc.htm   ASP. net MVC 4 adds the async keyword to make asynchronous programming very easy, but this article is not about this, but about the

ASP. NET performance optimization suggestions

Extraction from zero programming   1. database access performance optimization A. Minimize database connections and make full use of each database connection: It is overhead to create, open, and close a connection. You can use connection pool B to

Total Pages: 1800 1 .... 1201 1202 1203 1204 1205 .... 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.