Home

Submit

Source

Feeds

Home » ASP » Web Forms ::

ASP Web Forms
A very important coding method to understand when developing ASP pages is the page that submits to itself. This technique is very powerful and can drastically reduce the number of files you have to maintain and the number of places in which you need to make changes when maintaining code. The concept is simple. Using forms, set the action value to the URL of the page in which the form resides. Then use ASP code to determine what the current state of the page is, and present the proper output to the user.
Related Tutorials
ASP Web Forms
Submitting data to forms with IP*Works!
ASP / Web Forms
In this tutorial we will see how to submitting data to forms with IP Works!.

Site: coveryourasp.com Report - View Tutorial

ASP Getting Started
Active Server Pages tutorial for beginners
ASP / Getting Started
This tutorial will show you Active Server Pages. Main topics include: What are Active Server Pages?, Displaying Date, Time, and Text, Using Variables, and Forms, and Active Server Pages Server-Side Scripting Programmer's Reference. It also includes several useful scripts.

Site: www.asptutorial.info Report - View Tutorial

ASP General Development
ASP : Server Side Includes
ASP / General Development
It doesn't matter if you are a HTML pro moving on to XHTML or a complete beginner to writing pages for the internet. The uses of SSI are many fold and work wonders for dynamic or static pages. For the purposes of this tutorial I will be dealing with static pages only.

Site: www.webdesign.org Report - View Tutorial

ASP Miscellaneous
Free HTML code reduction (.asp)
ASP / Miscellaneous
This script will open all HTML pages within the specified directory, reduce the file size of your html pages, and the files will be saved back.

Site: www.asptutorial.info Report - View Tutorial

ASP Cookies and Sessions
Sessions
ASP / Cookies and Sessions
This chapter describes: * How ASP server uses cookies to pass an ID with the browser to link multiple HTTP requests together. * How ASP server offers the session object to ASP pages to share information between multiple requests or pages. * Different ways to pass information between requests or pages. * How Perl tools can be used to help debug ASP applications at the HTTP communication level.

Site: www.herongyang.com Report - View Tutorial

ASP Emailing
Sending E-Mails with ASP Pages.
ASP / Emailing
This article describes every step you need to know to send E-Mails using ASP pages.

Site: www.stardeveloper.com Report - View Tutorial

ASP Emailing
Sending E-Mails with ASP Pages
ASP / Emailing
This article describes every step you need to know to send E-Mails using ASP pages.

Site: stardeveloper.com Report - View Tutorial

ASP Getting Started
ASP For Beginners
ASP / Getting Started
What is ASP? ASP stands for Active Server Pages. Actually, ASP in itself isn't a language, instead it is more of a technology used by VBScript on the server side to display dynamic content on the web pages.

Site: www.itechcollege.com Report - View Tutorial

ASP Miscellaneous
Remote Scripting With JavaScript and ASP
ASP / Miscellaneous
Remote scripting is an extremely powerful feature available in both Netscape Navigator (4.x and above) and Internet Explorer (4.x and above). It allows us to use a combination of scripting languages to call server side ASP code from client side pages. Remote scripting treats our ASP pages as objects and allows us to use the object.method syntax to reference the functions contained within them.

Site: www.devarticles.com Report - View Tutorial

ASP Counters
Creating an ASP-driven Page Counter for HTML Pages
ASP / Counters
This article examines a technique to provide dynamic content generated from an ASP page onto a static HTML page. Specifically we needed to display a page counter on a number of static HTML pages.

Site: www.4guysfromrolla.com Report - View Tutorial

ASP Database Integration
Using ASP pages to page through Recordsets
ASP / Database Integration
In this article we will learn how to use ASP pages to page through recordsets.

Site: www.stardeveloper.com Report - View Tutorial

ASP Cookies and Sessions
Cookies with ASP
ASP / Cookies and Sessions
Cookies can be a good method for passing data between pages and especially for retaining data between sessions. Today, it's pretty safe to assume that anyone who is using your site can use cookies, since nearly every site that is non-static makes use of them(including all ASP sites that use sessions). It is also possible to set and read cookies using client-side code, but it is a bit more difficult. Reading and writing cookies using Active Server Pages' built in Request and Response objects is incredibly easy.

Site: authors.aspalliance.com Report - View Tutorial

ASP Scripts
Creating a Category Site with ASP
ASP / Scripts
In this article 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 page, and running a search across a database.

Site: www.15seconds.com Report - View Tutorial

ASP Getting Started
Active Server Pages Frequently Asked Questions
ASP / Getting Started
This tutorial will show you how to Active Server Pages Frequently Asked Questions.

Site: support.microsoft.com Report - View Tutorial

ASP Database Integration
Incorporating SQL Server 7.0/2000 Databases into your ASP Pages
ASP / Database Integration
This tutorial will teach you how to Incorporating SQL Server 7.0/2000 Databases into your ASP Pages.

Site: authors.aspalliance.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement