application|session|對象 作者: 書生 在上一篇中作者給大家詳細介紹了 ASP 內建對象 Response 的使用方法,在這一篇中作者將繼續給大家介紹另兩個非常實用且重要的 ASP 的內建對象 Application 和 Session。 在 ASP 的內建對象中除了用於發送、接收和處理資料的對象外,還有一些非常實用的代表 Active Server 應用程式和單個使用者資訊的對象。 讓我們先來看看
作者: 書生 當你用 ASP 編寫伺服器端應用程式時,必須依靠 ActiveX 組件來強大 Web 應用程式的功能,譬如:你需要串連資料庫,對資料庫進行線上操作等等。 上兩篇中作者給大家介紹了 AD Rotator、 Database Access 等組件的使用方法,今天我們接著來看看其它的一些 ASP 常用組件。 一、 Browser Capabilities 組件眾所周知,並不是所有瀏覽器都支援現今 Internet
asp.net|excel This code was written in response to a message posted on one of Charles Carroll's ASP.NET lists. You can sign up for one or all of the lists here.This page provides a simple example of how to query an Excel
asp.net The SQL Server DAL Helper is a utility application that generates Data Access Layer (DAL) functions from stored procedures in a SQL Server database. The only characteristic of the stored procedure that the application
asp.net|編程|技巧 在本篇檔案中,我們將討論編程人員在使用ASP.NET開發應用程式時需要注意的10個技巧,這些技巧涉及從預設的控制項、表單名的改變到StringBuilder類的使用,有助於編程人員能夠儘快地適應.NET環境。 1、在使用Visual Studio .NET時,除直接或非引用的對象外,不要使用預設的名字。
asp.net|session Applies to: Microsoft® ASP.NETSummary: Discusses how to share session state between classic ASP and Microsoft ASP.NET using Microsoft .NET Framework classes and the serialization feature
asp.net ASP.NET Page TemplatesBy Mike Borromeo What?A website templating system is a small collection of page templates that contain and control any non page specific (redundant) code and HTML. Who?This applies to anyone
asp.net|解答 PRB: "Unable to Start Debugging on the Web Server" Error Message When You Debug ASP.NET ApplicationsThe information in this article applies to: Microsoft ASP.NET (included with the .NET Framework)