Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, February 09, 2012
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
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 > Articles & Samples > ASP > Introduction
Search
DevASP

What's New
What's Hot

Getting Scripts to Run on a Schedule       
Total Hits: 73  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

Let's assume for a minute that you've already built the perfect little online store for your business and you're even starting to get a couple of orders. Now let's say that instead of logging into a web page every day to check your sales, you want daily reports sent to you everyday at midnight (noon, 5pm, whatever...). How do you tell your site to do it? It's easy to get an email sent whenever an order is placed because you have a triggering mechanism in the user clicking the "Place Order" butto...

Some Very Early Information About ASP.NET 2.0       
Total Hits: 318  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

I realize that most of you are too busy to bother trying to keep up with all the news and rumors that circulate in the ASP and .NET communities... that's why you come to us! The latest rumblings from the underground are about the next version of ASP.NET which is being called ASP.NET 2.0 (code-named Whidbey)....

Important Information About an ASP.NET Vulnerability       
Total Hits: 339  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

Microsoft has released a patch that is meant to help protect against a reported vulnerability in ASP.NET. It's recommended that ASP.NET users either install the patch or implement the previously-published workaround to prevent unauthorized Web site visitors from viewing secured content....

Using Drumbeat to learn ASP       
Total Hits: 360  |  Today: 0 Author: www.asp101.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

In Drumbeat, you build your Web application by applying Point-and-Click Interactions to a set of SmartElements. Smart Elements are Web components such as HTML and DHTML tags, ActiveX and COM objects, ASP objects, Design-Time Controls and Scriptlets. As you design pages in Drumbeat, you position SmartElements on the layout....

Object-Oriented ASP Calendar       
Total Hits: 294  |  Today: 0 Author: Jacob Gilley       Rating:  
Read Reviews | Write Review |              Your Rating: 

As big proponent of Object-Oriented design, I try to take many common and repetitive tasks and package them up into something reusable and simple to understand. That's what OOP is all about anyway, right? Last month I brought the ASP community the FileUploader library which was simply an ASP include that assisted developers in retrieving files from their users by use of VBScript classes. (Check it out here ) Well here I am am again, courtesy of ASP 101, to present my latest offering. This time ...

Creating Dynamic Style Sheets Using ASP       
Total Hits: 87  |  Today: 0 Author: Thomas C. Carpe       Rating:  
Read Reviews | Write Review |              Your Rating: 

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 the browser recognizes. The code needed to make this happen is really quite simple. It takes only one line to change the HTTP header to produce a different MIME type, and thus force the web browser to interpret the file differently. O...

From ASP to ASP.NET... Painlessly!       
Total Hits: 184  |  Today: 0 Author: Paolo Cavone       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article is not a tutorial on ASP.NET. You can find many of those on the web and they usually focus too much on the fundamental concepts while leaving out practical examples. Often what you are really looking for are arrows that point us immediately to the core of the matter and then leave the analasis of the details to us to be done later. The steps you must take to move from ASP to ASP.NET are not complicated and there aren't really that many of them! Above all, if we "think" and write OOC...

A Look at Microsoft's "Web Data Administrator"       
Total Hits: 319  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

Do you spend part of your day administering a remote SQL Server? If so, has Microsoft's got the tool for you. Introducing Microsoft's Web Data Administrator......

Installing IIS on Windows XP Pro       
Total Hits: 323  |  Today: 0 Author: WebWizGuide       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you are running Windows XP Professional on your computer you can install Microsoft's web server, Internet Information Server 5.1 (IIS) for free from the Windows XP Pro installation CD and configure it to run on your system by following the instructions below: -
1. Place the Windows XP Professional CD-Rom into your CD-Rom Drive.
2. Open 'Add/Remove Windows Components' found in 'Add/Remove Programs' in the 'Control Panel'.
3. Place a tick in the check box for 'Internet Information Serv...

What is ASP?       
Total Hits: 311  |  Today: 0 Author: WebWizGuide       Rating:  
Read Reviews | Write Review |              Your Rating: 

Active Server Pages or ASP, as it is more commonly known, is a technology that enables you to make dynamic and interactive web pages. ASP uses server-side scripting to dynamically produce web pages that are not affected by the type of browser the web site visitor is using. The default scripting language used for writing ASP is VBScript, although you can use other scripting languages like JScript (Microsoft's version of JavaScript)....

What is ASP       
Total Hits: 235  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

ASP is a pseudo-programming language aimed at HTML development. It allows web pages to do more than contain just static content. By placing ASP tags in with your HTML tags, you can have a page that interacts with the user. The page can make decisions based on logic and user input. If you're familiar with HTML, then you know that an HTML tag uses <> around it's tags. For example this text will be bold would make this text will be bold. ASP is similar in that it uses delimiter tags like HTM...

ASP Tutorial       
Total Hits: 343  |  Today: 0 Author: Abstractvb       Rating:  
Read Reviews | Write Review |              Your Rating: 

First forget all the hype and marketing jargon, I'm sure you've got tons of it trying to look for a decent explanation on what ASP is.Simply put Active Server Pages are just normal HTML code that has script (VBScript or JavaScript) that is executed on the server instead of on the client.
Here is how it works:
The Webbrowser navigates to your URL and sends a request to your web server asking for a page. (Along with some other good info in the Request object)
The Web server (Internet In...

Getting Started with Active Server Pages       
Total Hits: 200  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to get started with Active Server Pages (ASP). ASP is a set of software components that run on a Web server and allow Web developers to build dynamic Web pages. The advantage of ASP over static HTML Web pages is that an ASP page is like a computer program that runs on a Web server and can calculate results, process user input, read from or write to databases and files, and insert "live" updated content every time a user browses the page....

What is ASP?       
Total Hits: 322  |  Today: 0 Author: WebWizGuide       Rating:  
Read Reviews | Write Review |              Your Rating: 

Active Server Pages or ASP, as it is more commonly known, is a technology that enables you to make dynamic and interactive web pages. ASP uses server-side scripting to dynamically produce web pages that are not affected by the type of browser the web site visitor is using. The default scripting language used for writing ASP is VBScript, although you can use other scripting languages like JScript (Microsoft's version of JavaScript). ASP pages have the extension .asp instead of .htm, when a page w...

ASP - what and why?       
Total Hits: 236  |  Today: 0 Author: Tim Warke       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is the first and most basic question to answer. ASP stands for Active Server Pages. If all you have known so far are HTML pages, then your eyes are about to be opened to a whole new world out there. Let me assure you that using ASP will make your website more dynamic in content and a heck of a lot easier to update. If you learn the basics of ASP, you will wonder how you ever managed without it before! ASP pages make use of server side scripts before the page is loaded. Your ASP page will co...

Creating a Datagrid Class in classic ASP - Introduction       
Total Hits: 486  |  Today: 0 Author: Brian O'Connell       Rating:  
Read Reviews | Write Review |              Your Rating: 

Well we've all heard of the wonderful Datagrid in ASP.Net and it's pretty handy to say the least. Then again some of you like me may still be stuck with poor old ASP for the moment. But it's not all bad. With vbscript classes in ASP you can acomplish many things. So I got the urge to try and create my own version of the datagrid....

An introduction to RDF: exploring the standard for Web-based metadata       
Total Hits: 225  |  Today: 0 Author: Uche Ogbuji       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article introduces Resource Description Framework (RDF), developed by the W3C for Web-based metadata, using XML as an interchange syntax. RDF's essential aim is to make work easier for autonomous agents, which would refine the Web by improving search engines and service directories. Author Uche Ogbuji gives an overview of RDF aspects from schemas to usage scenarios. The article assumes that you are already familiar with XML....

ASP - what and why?       
Total Hits: 169  |  Today: 0 Author: Tim Warke       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is the first and most basic question to answer. ASP stands for Active Server Pages. If all you have known so far are HTML pages, then your eyes are about to be opened to a whole new world out there. Let me assure you that using ASP will make your website more dynamic in content and a heck of a lot easier to update. If you learn the basics of ASP, you will wonder how you ever managed without it before!...

ASP - what and why?       
Total Hits: 192  |  Today: 0 Author: Tim Warke       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is the first and most basic question to answer. ASP stands for Active Server Pages. If all you have known so far are HTML pages, then your eyes are about to be opened to a whole new world out there. Let me assure you that using ASP will make your website more dynamic in content and a heck of a lot easier to update. If you learn the basics of ASP, you will wonder how you ever managed without it before!...

The Path to ASP       
Total Hits: 567  |  Today: 0 Author: webreference       Rating:  
Read Reviews | Write Review |              Your Rating: 

Let's start with explanation of what ASP is all about. ASP (Active Server Pages) is a server-side scripting technology, enabling developers to generate dynamic content for their Web sites. You just embed ASP code into your HTML pages, name them with ".asp" extension and place on the server. Sounds simple - and it really is, but some background knowledge will help you develop ASPs faster and more efficiently....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com