|
|
|
|
|
Total Hits: 554 | Today: 0 |
Author: chris lasater
|
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...
|
|
|
|
Total Hits: 1074 | Today: 0 |
Author: LoudASP
|
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!...
|
|
|
|
Total Hits: 443 | Today: 0 |
|
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.
...
|
|
|
|
Total Hits: 1424 | Today: 0 |
Author: Ben Prior
|
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....
|
|
|
|
Total Hits: 497 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 383 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 1249 | Today: 0 |
|
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.....
|
|
|
|
Total Hits: 1594 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 293 | Today: 0 |
Author: Microsoft
|
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...
|
|
|
|
Total Hits: 199 | Today: 0 |
Author: Microsoft
|
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...
|
|
|
|
Total Hits: 176 | Today: 0 |
Author: Dan Pomerchik
|
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...
|
|
|
|
Total Hits: 457 | Today: 1 |
Author: aspalliance
|
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....
|
|
|
|
Total Hits: 613 | Today: 0 |
|
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...
|
|
|
|
Total Hits: 424 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 2516 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 1917 | Today: 0 |
|
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...
|
|
|
|
Total Hits: 1381 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 1709 | Today: 0 |
|
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.....
|
|
|
|
Total Hits: 280 | Today: 0 |
Author: Microsoft
|
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....
|
|
|
|
Total Hits: 669 | Today: 0 |
|
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....
|
|
|
|
|
|
|