Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  151
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Saturday, August 30, 2008
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Knowledge Base > ASP > Articles > Articles
Search
DevASP

What's New
What's Hot

Disable ASP Button on Submit and capture the PostBack OnClick Event       
Total Hits: 554  |  Today: 0 Author: chris lasater       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to disable an ASP button on click to prevent multiple clicks and still fire the button event on the server. This is a real simple solution that a colleague of mine Harpreet Chawla figured out. Just a real simple fix. Just add the event to the button attributes for the onclick event. It disables via client script the button, then returns the control to the Server button event through the GetPostBackEventReference method, which:
'Obtains a reference to a client-side s...

Calling ASP Code from an IMG tag        
Total Hits: 1074  |  Today: 0 Author: LoudASP       Rating:  
Read Reviews | Write Review |              Your Rating: 

Have you ever wanted to create a counter system for your users? A counter that used an image but due to the limitation of server side includes you couldn't use them? Many people do not realize that you can call an ASP right from the Image Tag without using JavaScript. Here's How!...

INFO: ASP Requires Session State to Maintain Static Cookies (Q184574)       
Total Hits: 443  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Active Server Pages (ASP) uses HTTP cookies to maintain session state. Under certain conditions, the value of these session cookies may change. This article describes conditions under which session cookies are generated and how to ensure that static cookies are created.

...

ASP Tree View   Version: 3.0       Price: $40.00 / Free Trial   
Total Hits: 1424  |  Today: 0 Author: Ben Prior       Rating:  
Read Reviews | Write Review |              Your Rating: 

ASP Tree View is an IIS component that enables you to add dynamic tree views to your ASP pages. The trees are constructed using server side script and generate DHTML or HTML for the browser. Both client and server side operation is supported and trees work in all major browsers....

HOWTO: Stop Users from Displaying a Frame Outside its Frameset (Q159977)       
Total Hits: 497  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Microsoft Active Server Pages can be used to prevent Web browsers from calling a document that is supposed to be displayed as a part of a frameset....

INFO: Limitations of MFC COM Components Under ASP (Q243826)       
Total Hits: 383  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you call Microsoft Foundation Classes components from Active Server Pages (ASP) pages, you may encounter performance and concurrency problems under load. This article describes factors that you can consider to avoid such problems....

How to Create a File Defining the Constants for Use with CDONTS.NewMail (Q218607)       
Total Hits: 1249  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The Windows NT Option Pack (NTOP) exposed Collaboration Data Objects for Windows NT Server (CDONTS) gives Active Server Pages (ASP) an easier method for sending mail. This article describes how to create a file that defines the constants for use with.....

INF: Execute a SQL Server DTS Package from Active Server Pages (Q252987)       
Total Hits: 1594  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The SQL Server Data Transformation Services (DTS) packages may need to be executed from remote locations. Using Active Server Pages (ASP), you can execute from remote locations over the intranet or Internet, because ASP is an automation client for the Component Object Model (COM) components and can be executed from the browser....

How To Return a Collection from Visual Basic to an ASP Page       
Total Hits: 293  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

The Collection object in Visual Basic provides a convenient way to refer to a related group of items as a single object. This article shows a simple sample that demonstrates a way to return the Visual Basic Collection to an Active Server Pages (ASP) page and display the contents in the browser...

How To Read and Display Binary Data in ASP       
Total Hits: 199  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article shows how to read and display binary data using Active Server Pages. Many developers appreciate the ease of using the Scripting.FileSystemObject to open an ASCII file and then display its contents in Microsoft Word or Microsoft Excel from within Internet Explorer. In its current inception, ASP does not directly provide any comparable objects to read files that contain binary data such as an Excel worksheet with macros, an Adobe Acrobat (.pdf) file, a .gif image, or any other files t...

ASP at a glance       
Total Hits: 176  |  Today: 0 Author: Dan Pomerchik       Rating:  
Read Reviews | Write Review |              Your Rating: 

Every time you're surfin' the net, you come across many kinds of files. You see HTML files, JPEG files, GIF, JPG, MP3, Zip files and the list is endless. And there are those strange .asp files. What are they? When you fill some details in a form and then click "Submit", and getting to a page telling you the registration is complete, you may have noticed that the extension of the page you reached is ASP. But it looks the same as HTML! So what does that fancy extension mean? Well, ASP is an abbrev...

Moving to ASP.NET       
Total Hits: 457  |  Today: 1 Author: aspalliance       Rating:  
Read Reviews | Write Review |              Your Rating: 

Although you can't just rename your .ASP's to .ASPX's and expect them to work, for anyone familiar with VBScript and Classic ASP it should not be too difficult to get to grips with the new ASP.NET/Visual Basic.NET.
This Article will help you that how can you move to ASP.NET....

HOWTO: Disable ASP Session State in Active Server Pages (Q244465)       
Total Hits: 613  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

You can improve the performance of your Web server by disabling the Active Server Pages (ASP) ASP session state. This article provides steps to disable session state from the server-side...

INFO: When to Use Design-Time Controls on a Web Page       
Total Hits: 424  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes when to use Design-Time Controls (DTCs) in Visual InterDev 6.0 on a Web page, and when it is best to hand code the page....

KB: Q192144 - HOWTO: Dynamically Include Files in Active Server Pages1       
Total Hits: 2516  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Since Active Server Pages (ASP) pages are compiled and executed before being sent to the client (as static HTML), trying to use a variable in place of a file name in a Server Side Include (< ! -- #include PathType = FileName -- >) fails....

Q299871 - HOW TO: Work with a Text File in an ASP Page       
Total Hits: 1917  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This step-by-step procedure demonstrates how to get started using the FileSystemObject (FSO) object to work with text files on a Web server. In some situations, you want to be able to store and retrieve data from a text file for your Web applications. Common uses for text files include applications that log errors or store information about site visitors, or database applications that write data to a structured text file (such as in a .csv format), which can then be read by an FSO script and use...

HOWTO: Create an Updateable Grid Using the Visual InterDev 6.0 Grid DTC       
Total Hits: 1381  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The nature of the Visual InterDev 6.0 Grid Design-Time Control (DTC) is that it is "read only." That is, it is designed to display information in a tabular format and provide navigation controls....

HOWTO: Display Images Stored in a BLOB Field (Q173308)       
Total Hits: 1709  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Using Active Server Pages (ASP), you can view images stored in BLOB (Binary Large Object) fields in your Internet browser. This article provides information on how to display a GIF image stored in the Microsoft SQL Server sample database table pub_info.....

How to use ASP to generate a Rich Text Format (RTF) document to stream to Microsoft Word       
Total Hits: 280  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article illustrates how you can generate Rich Text Format (RTF) files with ASP script and then stream those files to Microsoft Word. This technique provides an alternative to server-side Automation of Microsoft Word for run-time document generation....

HOWTO: Write a VBScript CDO (1.x) MessageFilter in an ASP Page (Q178509)       
Total Hits: 669  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

You can use a message filter in an Active Server Page (ASP) utilizing Microsoft Visual Basic Script (VBScript) to filter your appointment calendar. This article contains sample code that demonstrates how to use VBScript for the message filter....


1  2  Next >> 

DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com