ASP Hosting Guide
ASP Hosting term refers to a hosting provided on Windows platform, which allows ASP scripting. ASP stands for Active Server Pages and is a Microsoft server-side scripting technology that you can use to build dynamic web applications. ASP pages have ".asp" extension and can contain mix of HTML tags, text, and server-side scripting commands. ASP pages can call ActiveX components to perform tasks, such as connecting to a database (MS SQL Server, MS Access, MySQL...) or performing business...
Flash and ASP Integration
by Dan Waters ASP and Flash? How? Macromedia's Flash and Microsoft's Active Server Pages technologies are two products with an extremely heavy impact on the world of web site development. Flash allows you to create zippy, vector-based animation and interactivity in a small ActiveX control, and ASP allows you to create dynamic HTML content on the fly. Hopefully, by the time you're done skimming this article, you'll be confident enough to use ASP in the creation of zippy, vector-based...
Calorie Counter Using WAP and ASP
( Page 1 of 4 ) Many people are more conscious of what they eat than ever before. (I count myself as a member of that club). The biggest challenge faced by many in the quest for a healthier lifestyle is the ubiquitous lack of time excuse. To help out, I have created a simple WAP application that allows for one to search for different foods and get related nutritional information, based on data from the American Diabetes Association . In this article, I ll go over the creation of the...
Central Scoreboard with Flash and ASP
( Page 1 of 4 ) Adding a few flash games to your site is always a great way to get visitors to stay on your site a bit longer and even keep them coming back. It s well known that one of the best ways to keep visitors coming back is interactivity. So why not let your visitors battle it out between each other? Why use a scoreboard? The problem with games by themselves is that they are limited in their interactivity; once you have competed a game, it is done there is nothing more to do....
An Active Server Pages Tutorial, Part 1
By Anand Narayanaswamy SESSION 1 Introduction to Active Server Pages Active Server Pages (ASP) is one of the most exciting and interesting Internet technologies ever created by Microsoft. With ASP, developers can build dynamic websites very easily. A script running on the server receives a request from the client and generates a customized HTML page, which will be returned to the client. ASP is available with Microsoft IIS (Internet Information Server). It is available only with the...
ASP Fractal
by Tawani Anyangwe on Active Server Pages Read Comments Rate this resource Viewed 5817 times Rating: 14 users 3.42 out of 5 Next > HTML Output ASP Code 0...
Transitioning To ASP.NET - Part 1 Server Controls
by Carvin Wilson Overview The long awaited Active Server Pages .NET (ASP.NET) is the replacement for the current version of ASP. This key component of the new .NET framework has the potential to save organizations time and money by allowing them to establish object-oriented frameworks for the web applications. Microsoft has done an excellent job with automating common web development tasks, but more importantly they have created a tool that gives developers the ability to handle any...
Make Your ASP Work With An Oracle Database
by Colin Tong Oracle is one of the most popular databases in the world, also Active Server Pages (ASP) is a powerful server-side scripting language widely used to build dynamic Web pages. There are many ASP developers who wonder if they can use the ASP technology with Oracle database to build a web application, E-commerce and E-business web sites or internet management systems. The answer is YES! You can access Oracle using VB to create Oracle Applications as well. Here, I will discuss...
Securing ASP Data Access - Introduction
by Thomas C. Carpe on Active Server Pages Download Source Code Read Comments Rate this resource Viewed 15688 times Rating: 75 users 4.55 out of 5 Next > As an ASP programmer, I am always writing code that accesses databases. Many applications, such as Site Server, Commerce Server, SharePoint, and Content Management Server provide their own API that helps an ASP programmer tie into this data in a secure and efficient way. That's nice if you have access to these remarkably expensive...
ASP-Oracle Connectivity Using OO4O
By Selva Kumar Rating: 4.5 out of 5 Rate this article email this article to a colleague Introduction Active Server Pages (ASP) is a server-side scripting language widely used to build dynamic Web pages. The ASP Engine processes the script on the Web server at the back end and sends only HTML to any browser. Since the script is processed at the server, the requesting browser will be catered, even if it does not support a scripting language. Oracle is one of the most used relational...
Creating a Members Area in ASP - Introduction
by James Crowley on Active Server Pages Read Comments Rate this resource Viewed 56293 times Rating: 526 users 4.44 out of 5 Next > A frequent task for ASP developers is to create a members area style section of a website. This would normally involve registration, a login page, and then access to a section of the site that is only available to registered users. This tutorial will cover the steps needed to create all 3 sections, and we'll have lots of fun on the way ;-) Next > Rate this...
Using ASP.NET Server Controls - Overview
by Carvin Wilson Read Comments Rate this resource Viewed 5726 times Rating: 66 users 4.62 out of 5 Next > The long awaited Active Server Pages .NET (ASP.NET) is the replacement for the current version of ASP. This key component of the new .NET framework has the potential to save organizations time and money by allowing them to establish object-oriented frameworks for the web applications. Microsoft has done an excellent job with automating common web development tasks, but more...
Leverage ASP.NET in Your Enterprise
Give your IT Web development organization a boost by guiding it to ASP.NET. by Barry Bloom For this solution: ASP.NET, .NET Framework M oving your organization to ASP.NET offers several advantages over the traditional Active Server Pages (ASP)/Visual Basic 6 platform. ASP.NET introduces an integrated development environment (IDE), a single development library for all types of applications, and a true object-oriented approach to Web application development. In this column, I'll explain...
Creating Dynamic Style Sheets Using ASP - Introduction
by Thomas C. Carpe on Active Server Pages Download Source Code Read Comments Rate this resource Viewed 13372 times Rating: 70 users 4.65 out of 5 Next > Many people forget that ASP isn't just for making dynamic HTML pages. ASP can be used to create pages of all kinds, or even binary data, like images. Some examples have used XML, audio playlists, text files, GIFs, and JPGs - literally anything with a MIME type that he browser recognizes. The code needed to make this happen is really...
Introduction To Active Server Pages+
This manuscript is an abridged version of a chapter from the Wrox Press book Introduction To Active Server Pages+ . Chapter 1 of Introduction To Active Server Pages + covers the evolution of ASP and the next generation web services framework. The Chapter also looks at how ASP+ is different from ASP and how to get started with ASP+ Introduction To Active Server Pages + covers a product that is still under development, and as such it is aimed at experienced ASP developers who are working...
Sending email from ASP.NET
by Robert Kingsley on ASP.NET Read Comments Rate this resource Viewed 430 times Rating: 1 users 3.00 out of 5 Next > One of the most commonly performed operations that I see in web applications - aside from database actions - is sending email from code. In Active Server Pages 3.0 and earlier, this task required the use of a third-party control such as ASPMail (from ServerObjects) or ASPEmail (from Persits). Both of these COM objects work quite well, but they are no longer required when...
Beginning Components for ASP
This manuscript is an abridged version of a chapter from the Wrox Press book Beginning Components for ASP . This book will teach you how to create components for use with Active Server Pages. Components allow us to do things that aren't possible with script, and they bring other benefits to our code too - things like code reuse, easier maintenance, and safer, simpler distribution. Components allow us to build stronger, more robust web applications - with better design, performance,...
Introduction to HDML and ASP
By: Christina Biggs Dilemma Although most wireless internet phones in the US will accept both HDML and WML, you have decided to use HDML and ASP, (Active Server Pages), for your application. This is a wise choice for the present, but you may have noticed that there just is not much information out there about using ASP to output HDML. Since there seems to be much more information available about using ASP with WML (www.wapuseek.com) and little to none on ASP and HDML, this article will...
Building Mobile Web Applications with .NET Mobile Web SDK & ASP.NET
by Srinivasa Sivakumar.S Introduction To .NET Before moving further, I want to give you a brief introduction to .NET and how it works. .NET is a developmental platform introduced by Microsoft at their 2000 Professional Developers Conference (PDC). The .NET framework is currently in Public Beta 1. The following figure shows a simple architecture of the .NET framework application development. When an ASP.NET page request comes from a web client such as IE or a mobile device, IIS will pick...
Creating a Category Site with ASP
By Wayne Berry Rating: 3.5 out of 5 Rate this article email this article to a colleague Creating a Category Site with ASP Content vs. Format In this issue we will implement a catalog site that is build with Active Server pages and SQL Server. Along with the implementation there is source code and a discussion of the advantages and disadvantages of creating a catalog site that gets it's content from a database. Included are pages for displaying products, creating a menu page, category...
The New ASP 3.0 Server Methods
By Paul Litwin Rating: 4.1 out of 5 Rate this article email this article to a colleague Introduction Active Server Pages 3.0 offers many improvements and changes, most dealing with reliability, performance, and scalability, but Microsoft also added two new methods to the Server object: Transfer and Execute. (This version of ASP is part of IIS 5.0, which ships with Windows 2000.) Server.Transfer ASP developers have used Response.Redirect since the days of ASP 1.0 to redirect the browser...
Professional Active Server Pages 3.0
This manuscript is an abridged version of a chapter from the Wrox Press book Professional Active Server Pages 3.0 . Connections, Commands And Procedures examines the different ways in which ADO can access data. This chapter covers the most important topics, and those methods and properties that are most applicable for an ASP developer. Professional Active Server Pages 3.0 is the next edition of the number one selling ASP book in the world; Professional Active Server Pages 2.0 . This is...
ASP.NET Hosting Guide
ASP.NET Hosting is a web service hosting provided on Windows 2000 server or Windows 2003 Server platform, which supports ASP.NET framework. ASP.NET is the successor of the highly successful classic ASP. ASP.NET is a powerful server-side technology utilizing the Microsoft .NET framework. ASP.NET pages have ".aspx" extension and are executed on the server. ASP.NET hosting is practically offered by all Windows hosting companies. Different hosting companies offer different ASP.NET hosting...
ASP - Convert String to Date
ASP makes converting string to date very easy. We re going to use the CDate ASP/VBScript function in our ASP code to convert a string to a date value. ASP CDate function has the following syntax: CDate (Date) ASP CDate function has 1 string argument, which is the string to be converted to date. The CDate function converts any valid date/time string expression to Date variant subtype. Consider the following use of ASP CDate function, to convert sDate string to date:
ASP.NET Screen Scraping
ASP.NET and the .NET framework make it unbelievably easy to retrieve web content (that s it, whole web pages) from remote servers. You might have various reasons to retrieve remote web content, for example you might want to get the latest news headlines from popular news sites and link to them from your website. To accomplish screen scraping in classic ASP, we had to resort to COM objects like AspHttp, ASPTear and Microsoft.XMLHTTP. The good news is that the .NET framework has built-in...
ASP Request.ServerVariables collection
ASP ServerVariables collection contains information about the server where your ASP script is running on information about the client requesting the ASP script. The ServerVariables collection can give you lots of information about the server settings Server IP, Server name, Server virtual path, Server Software (IIS4, IIS5 or IIS6), etc. Using ServerVariables you can get your visitors IP address, their browser version, their browser language settings, etc. The list of ServerVariables...
ASP.NET SQLCacheDependency with SQLite and Triggers
ASP.NET SQLCacheDependency with SQLite 3.0 and Triggers By Peter A. Bromberg, Ph.D. "I am not part of the problem. I am a Republican." -- Dan Quayle The SQLite database engine is getting better all the time, with Version 3.0.6 now out and 3 "Final" not too far off. If you aren't familiar with SQLite, you might want to catch up by reading my previous article here . SQLite, as of this writing, is not yet fully ready for the Compact Framework, but it should be, very soon. Now that should...
ASP Error Handling - On Error Resume Next
In ASP you handle application errors by using the On Error resume Next statement. If you don t want your visitors to see ugly meaningless error messages, then you ll have to implement some kind of error handling in your ASP applications. How does ASP Error Handling work? The first think you need to do is to put the following line on the top of your ASP page: This line simply tells the ASP interpreter, to continue with the executing of the ASP script if there...
ASP UCase Function
The ASP UCase function is used to convert a string to upper case. The string argument of the UCase function can be any valid string. All lower case letters in the string passed as an argument to UCase are converted to upper case, while all upper case letters and special characters remain the same. Consider the following ASP code: The code above will print the following in your...
ASP LCase Function
The ASP LCase function is used to convert a string to lower case. The string argument of the LCase function can be any valid string. All upper case letters in the string passed as an argument to LCase are converted to lower case, while all lower case letters and special characters remain the same. Consider the following ASP code: The code above will print the following in your browser:...
ASP Replace() function
The ASP Replace() (if we want to be correct the Replace() function is a VBScript function) is a handy function, used to replace sub-strings found within a string. The VBScript Replace() function has 3 mandatory arguments. The first one is the string to be searched. The second argument is the sub-string you are searching for within the first argument. The third one is the string that will replace the second argument into the searched string (first argument). Have a look at the following...
ASP.NET Form Validation control
Product ASP.NET Form Validation control 1.0 Cost Notes More Information The ASP.NET Form Validation control provides automatic form field error highlighting, an advanced error summary that can link to each field with an error, auto focus, and much more. The control works with all Microsoft validators as well as most 3rd party validators, and includes design time support for Visual Studio.NET and ASP.NET Matrix. Full documentation and sample form included. Comments Read Comments | Post...
ASP.NET Group Validator
Product ASP.NET Group Validator 1.0 Cost Notes Free TrialV ludes documentation and sample form More Information The validator controls that ship with ASP.NET only have the ability to validate a single form field. While they save time and simplify development, they aren't practical for the common task of validating groups of fields like CheckBoxLists, RadioButtonLists, several checkboxes, credit card information (name on card, card number, card type, and expiration), etc. ASP.NET Group...
ASP.NET Tip: Create a ViewState Property
By Eric Smith ASP.NET uses the ViewState to store data going back and forth to the server, eliminating the manual drudgery of reloading form controls and so forth. The ViewState can also be helpful for keeping your own state information, once you know how to read and write it. Using the ViewState can also eliminate nearly every case in which you would have used a hidden input field, a cookie, or a query string variable to pass information. It simply provides a cleaner way to pass your...
ASP-based SQL Command Processing Tool
By Mark Vogt Rating: not yet rated Rate this article email this article to a colleague Introduction Anyone who has been working with ASP for enough time knows that designing a maintenance scenario and tools for the web site can be more work then creating the web site itself. One of the biggest concerns, especially for off-site hosting is how to maintain the dynamic database that the Active Server Pages are calling. The scenario that we are going to discuss in this article is one where...
ASP.NET Data Web Controls Kick Start
from Sams Publishing ASP.NET Data Web Controls Kick Start by Scott Mitchell Softcover - 432 pages Published by Sams Publishing Date Published: February 2003 ISBN: 0672325012 Buy a Copy I just requested my reviewer's copy so it's naturally not here yet. In the mean time, I've posted a sample chapter so you can take a look at the book until I get a chance to do so. Read Sample Chapter 3 - Customizing the HTML Output Table of Contents Introduction. I. DISPLAYING DATA. 1. An Introduction to...
Using Components and Objects in ASP - Introduction
by Talal Ahmed Siddiqui on Active Server Pages Read Comments Rate this resource Viewed 11995 times Rating: 111 users 4.52 out of 5 Next > COM components are the key to building powerful, real-world Web applications. Components provide functionality that you use in your scripts to perform specialized tasks, such as executing financial transactions or validating data. ASP also provides a set of base components that you can use to greatly enhance your scripts. About Components A COM...
ASP.NET Custom Web Control
By Loek van den Ouweland This ASP.NET custom web control shows some information about the host it runs on. It's an example of how to build custom controls that can be re-used just by dragging them on your web form. How to use: Start a new ASP.NET web application: right click the Toolbar and select 'Customize Toolbox' Select the .NET framework components tab Browse to de DLL provided in the zip-file (/bin/debug/) The component should be added to the component collection, press OK Now...
ASP.NET: Hamburger, Yes! AJAX, "NOT!", Redux!
Retrofitting Script Callbacks to ASP.NET 1.1 by Peter A. Bromberg, Ph.D. " If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization. ." -- Harry Weinberger As described in my previous articles, Remote Scripting has been used by classic ASP developers since the earliest days of Internet Explorer 3.0 when Microsoft put out their Remote Scripting applet and sample source code. Since various developers and seminar...
ASP Server.Execute method
The Server.Execute method is a new ASP method, introduced with IIS 5.0 for a first time. You can execute a child ASP page with the Server.Execute and treat the child ASP page as part of the main page. What are the advantages of using Server.Execute, why did Microsoft introduce a new method? The main advantage of using Server.Execute is that you can do a dynamic conditional execution of an ASP pages. For example with the SSI includes you include file like this:
ASP.NET's Hidden Dangers
By Dinis Cruz Go to page: 1 2 Next ASP.NET is a powerful development platform and, compared to ASP Classic, it is a giant leap forward. But, this extra power also brings new dangers. In ASP Classic, the damage caused by malicious code running on the server was somehow limited by the built-in limitations of the ASP Classic object model. In ASP.NET, due to the number of classes exposed by the .NET framework, malicious code has the potential to be much more damaging and dangerous. Where...
The ASP.NET Page Object Model
One Day in the Life of an ASP.NET Web Page Dino Esposito Wintellect August, 2003 Applies to: Microsoft® ASP.NET Summary: Learn about the eventing model built around ASP.NET Web pages and the various stages that a Web page experiences on its way to HTML. The ASP.NET HTTP runtime governs the pipeline of objects that transform the requested URL into a living instance of a page class first, and into plain HTML text next. Discover the events that characterize the lifecycle of a page and how...
Generating ASP.NET Images on the Fly
ASP.NET and the .NET framework make the task of generating images on the fly very easy. With classic ASP, developers were forced to use third-party components like ASPImage and ASPPicture for dynamic image manipulation. Fortunately, with ASP.NET, those days are over. Various image manipulation capabilities are now built directly into the .NET framework classes. The .NET Framework offers several classes for image generation and manipulation. ASP.NET developers can use these classes to...
Debug ASP.NET pages using Tracing
by Julian Roberts on ASP.NET Read Comments Rate this resource Viewed 11 times Rating: 0 users 0 out of 5 Next > In Classic ASP one might debug some code using VB Script: Response.Write strSQL Response.End() and the comment/uncomment the code accordingly. This was a bit of a pain during the development process. In ASP.NET, one can use the Trace feature which simplifies matters somewhat. Page-level tracing can be set in the Page directive on the ASPX page:
ASP.NET Tip: Create a BasePage Class for All Pages to Share
By Eric Smith Something I've been doing with my ASP.NET applications is creating a shared Page class from which all my Web pages inherit. This allows all the pages to share common functions, settings, and so forth without having to do much work. In ASP.NET 1.1, I used the BasePage class to help control the rendering of the page, but the Master Page in ASP.NET 2.0 eliminated this requirement. To create a BasePage, you just add a class to your project. In 2.0, this class will go into the...
Beginning Active Server Pages 3.0
This manuscript is an abridged version of a chapter from the Wrox Press book Beginning Active Server Pages 3.0 . Chapter 6 is concerned with an explanation of objects. Some of you may have heard terms like 'object oriented programming', 'object models', and similar. In order, however, to understand what terms like this mean, we first need to look at the word found at the core of each of them - object. This book teaches ASP and script-based programming from the ground up. It will answer...
A Simple ASP.NET MessageBox Class
by Lee Gunn on ASP.NET Read Comments Rate this resource Viewed 172 times Rating: 2 users 4.50 out of 5 Next > When moving from Windows Forms to ASP.NET Web Forms, an API that may be missed is that offered by the System.Windows.Forms.MessageBox Class. Sometimes when developing web forms the application may wish to inform the user of a successful or, god forbid, an unsuccessful operation. An effective way to communicate an important message to the user is through the use a MessageBox or,...
ASP.NET 2.0's New and Improved Caching Features
By Thiru Thangarathinam Go to page: 1 2 3 Next The ASP.NET 1.x Cache API was a revolutionary feature that provided capabilities such as declarative output caching, programmatic output caching, and invalidation of cached items when the contents of an XML file or another cached item change. Even though all these increased the performance of Web applications, ASP.NET 1.x did not provide a mechanism for invalidating the data in a cache object when the data in a database changes. This much...
Pure ASP File Upload
by Jacob Gilley As a regular to ASP 101, I feel it neccesary to give a little back to the site that keeps me on top of things in the world of ASP. And so, I give you the FileUploader ASP Library. In a nutshell, the FilerUploader library is simply a single ASP include that provides an object-oriented approach to getting files from Internet clients. I have seen numerous "pure ASP" upload solutions, some you even had to purchase, that did the job, but required you to wade through pages of...
ASP.NET Data Controls Part 3: DataList
by Wei-Meng Lee 03/10/2003 In this third part of the ASP.NET Data Controls series, I will talk about the DataList control. The DataList control is somewhat a combination of the DataGrid and Repeater controls. It works like the Repeater control, allowing you to create templates so that it can be bound to a data source. It also allows you to edit records, much like the DataGrid control. Using the DataList Control To use the DataList control, drag and drop the DataList control from the...


name: MAGPIE