Main > Free Download Search >

Free asp pages software for windows

asp pages

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 11047
MAN Pages 1.0

MAN Pages 1.0


MAN Pages is a free widget which shows the MAN page for the UNIX command you enter more>>
MAN Pages is a free widget which shows the MAN page for the UNIX command you enter.
<<less
Download (28.4KB)
Added: 2007-02-09 License: Freeware Price:
1008 downloads
Capture Pages 1.0

Capture Pages 1.0


Capture Pages E-Book for Network Marketers, MLMers, even Newbies who wanted to win over the Network Marketing Industry. more>>
Capture Pages E-Book for Network Marketers, MLMers, even Newbies who wanted to win over the Network Marketing Industry.

System Requirements: Internet Explorer

<<less
Download (415.51KB)
Added: 2009-08-21 License: Freeware Price: $0.00
downloads
ASP PageBuilder 1.0

ASP PageBuilder 1.0


ASP Web Server Solution that allow your user buildhis web pages interactively using this wizard like utility. Allow create/modify pages by users, uploadgraphics and other. Author provide support andmo more>>
ASP Web Server Solution that allow your user buildhis web pages interactively using this wizard like utility. Allow create/modify pages by users, uploadgraphics and other. Author provide support andmodifications by request, also setup support.
<<less
Download (105K)
Added: 2000-11-10 License: Freeware Price:
3315 downloads
ASP/PageRank 1.00

ASP/PageRank 1.00


ASP component that allows web developers to to retrieve Googles PageRank value. more>> ASP/PageRank is a server side COM component that helps web developers to retrieve Googles PageRank value in a web application.<<less
Download (520KB)
Added: 2008-06-27 License: Freeware Price: Free
494 downloads
ASP Intranet 2

ASP Intranet 2


Manage company news, events, projects, chat, forums, Web links, files, and documents. more>>

ASP Intranet 2 is a powerful tool that gets small and medium sized enterprises on the same page with tools to enhance collaboration and communication. With this pre-built Web application you can create and manage company employees, news, events, projects, chat, Web links, files, documents and discussion forums.

<<less
Download (265.8KB)
Added: 2004-01-27 License: Freeware Price:
1823 downloads
Flash Page Flip 1.0

Flash Page Flip 1.0


Flash Page Flip is created to be a useful and handy tool which helps you make and publish your own publications by writing Jpeg or Swf formatted pages names on XML file more>>

Flash Page Flip 1.0 is created to be a useful and handy tool which helps you make and publish your own publications by writing Jpeg or Swf formatted pages names on XML file. Free Version has no advanced functions. Also in Free Version, there are some features like resizing and navigation..

Major Features:

  1. Tools:
    • Actual Size
    • Fit To Page
    • Zoom In
    • Zoom Out
    • Full Screen
    • Quality Option
    • Sound On/Off
    • Print Pages
    • Select Background Image and Sound
    • Tell a Friend
    • Add Note to Pages (PHP and ASP Version)
    • Marker Pages (PHP and ASP Version)
    • Membership (PHP and ASP Version)
  2. Navigation:
    • Cover
    • Back Cover
    • Next Page
    • Previous Page
    • Go To Page (Enter Page Number)
  3. Other:
    • Context Menu Options
    • Keyboard Control
    • Flipping: Left & Right Arrow
    • Zoom In & Out: + and - Keys
    • Move: Left, Right, Up, Down Arrows (on zoom in mode)
    • Actual Size or Fit to Page: ENTER

Requirements:

  • For All Versions in Browser:
    • Flash Player 8+
  • For PRO-PHP Version in Web Server:
    • PHP5 Supported
    • MySQL 4+ Installed
  • For PRO-ASP Version in Web Server:
    • Classic ASP Supported
    • MySQL 4+ Installed
    • FSO (File System Object) OR AspUpload Component Installed
    • Jmail Component Installed (Freeware - A2001 w3Jmail)
<<less
Download (2.5MB)
Added: 2008-09-07 License: freeware Price:
636 downloads
ASP Calendar 1.0

ASP Calendar 1.0


Show a popup calendar to select one date in your web pages. more>> With this ASP + Javascript source code for IE 5.x able to show a popup calendar to select one date in your web pages.<<less
Download (4KB)
Added: 2008-06-19 License: Freeware Price: Free
497 downloads
C++ Server Pages 1.6

C++ Server Pages 1.6


Create Dynamic Web Pages and Web Apps, fast and easy, by using genuine C++. more>> C++ Server Pages (CSP) allows developers to build Dynamic Web Pages and Web Applications by using C++. Existing C++ projects can be ported to the Web by simply including the C++ source code, or by importing the C++ libraries to CSP scripts. It is similar to ASP and JSP, but instead of VBScript, JScript, or Java it uses C++, giving an incredibly high processing performance to your web applications.<<less
Download (8.0MB)
Added: 2004-10-30 License: Freeware Price:
1907 downloads
 
Other version of C++ Server Pages
C++ Server Pages 1.6C++ Server Pages (CSP) allows developers to build Dynamic Web Pages and Web ... It is similar to ASP and JSP, but instead of VBScript, JScript, or Java it uses C++, giving an
License:Freeware
Download (9.6Mb)
268 downloads
Added: 2009-03-16
C++ Server Pages 1.6developers to build Dynamic Web Pages and Web Applications by using C++. Existing C++ projects ... It is similar to ASP and JSP, but instead of VBScript, JScript, or Java it uses C++, giving an
License:Freeware
Download (9.88MB)
607 downloads
Added: 2008-05-23
License:Freeware
Download (7.83MB)
1813 downloads
Added: 2004-11-06
ASP Ajax 2.2

ASP Ajax 2.2


Keep it fast, simple and free. ASPajax is the definitive Ajax framework for Classic ASP (VBScript) websites. All you need is a W3C compliant ASP website and a few lines of code. more>>
INTRODUCING ASP AJAX
===================
http://www.aspajax.org
AJAX is an expectation of modern websites. However many of the world best developers still code in Classic ASP - without the use of heavy web frameworks.
ASP-ajax bridges the gap - providing .Net Ajax style functionality and "Update Panels" to VBScript ASP.
ASP-ajax also allows you to easily call any ASP server function from JavaScript and return results without refreshing the page.
Lightweight, simple and fast - ASPajax is free.
ASP-AJAX Basic Concepts
=====================
ASP functions can be called without refreshing the page using 2 new AJAX paradigms.
1. UpdatePanels - can allow any form or link to work seamlessly without the page refreshing. UpdatePanels lead to efficient development - and encourage strong adherence to Accessibility and W3C standards. http://www.aspajax.org/asp-ajax-documentation.asp?page=update-panels
2. LiveASP - a Remote Method Calling technology - that allows you to use any ASP function from client JavaScript - without refreshing the web page. The results from the ASP function is returned - and Session and Cookie states are kept alive. http://www.aspajax.org/asp-ajax-documentation.asp?page=liveasp
*ASP AJAX TUTORIALS*
ASP AJAX Hello World - http://www.aspajax.org/asp-ajax-examples.asp
Execute VBScript server code in real-time from JavaScript - http://www.aspajax.org/asp-ajax-examples-call-asp-function-from-javascript.asp
ToolTips using ASP and AJAX - http://www.aspajax.org/asp-ajax-examples-tooltip.asp
Form validation using ASP and AJAX technology - http://www.aspajax.org/asp-ajax-examples-form-validation.asp
Use ASP AJAX to build a ComboBox control with predictive text suggestions - http://www.aspajax.org/asp-ajax-examples-autocomplete.as
A free, customizable live-chat application using ASP AJAX - http://www.aspajax.org/asp-ajax-examples-chat.asp
Downloaded the free ASP AJAX toolkit from http://www.aspajax.org

System Requirements: Microsoft IIS Web Server

Enhancements: 1. *ASP Ajax UpdatePanels* automatically make ASP / HTML forms submit and respond without the web-page refreshing. 2. *ASP Ajax LiveASP* - this professional toolkit allows you call any ASP VBScript server functions from JavaSCript at runtime. ASP Function results are returned to JavaScript.

<<less
Download (173.89KB)
Added: 2009-11-17 License: Freeware Price: $0.00
downloads
 
Other version of ASP Ajax
ASP Ajax 2.1"Update Panels" to VBScript ASP. ASPajax also allows you to easily call any ASP server function ... without refreshing the web page. The results from the ASP function is returned - and Session and
Price: $0.00
License:Freeware
Download (174KB)
27 downloads
Added: 2009-04-29
ASP-DOC BETA

ASP-DOC BETA


ASP-DOC will spider all the related files in the system and list all the func... more>> ASP-DOC will spider all the related files in the system and list all the functions for each file. This will help dramatically, in the documentation process. It will read- in included files and normal links that are relative to the "default" page where you start the crawl. It will simply display a list of external, dependant, files for each file scanned. When ASP-DOC has found all the functions and subs in the file it will list them in a tree structure. ASP-DOC will append a comment block header like the one below, to the file, just in front of the function. ******************************************************************************** Descri`ption here @Author Michael @Date 1/1/1899 @Returns @Params bar1 a short single line descri`ption @Params bar2 another short single line descri`ption*******************************************************************************/<<less
Download (666KB)
Added: 2002-11-21 License: Freeware Price: Free
2534 downloads
ASP .NET Icons 1.0

ASP .NET Icons 1.0


An icon collection designed to beautify your computer screen. more>> An icon collection designed to beautify your computer screen.

ASP NET is a collection of 300 icons specifically designed to replace the ones you use by default.
Note: Free for non-commercial use.

<<less
Download (204KB)
Added: 2008-09-26 License: Freeware Price: FREE
412 downloads
ASP Wizard 1.0

ASP Wizard 1.0


Generate ASP frameworks from Microsoft Access databases. more>>

ASP Wizard 1.0 is a convenient ActiveX tool which automatically creates an Active Server Pages framework from an Access database. The generated framework contains VBScript subroutines for displaying, validating, and updating the table or query you specify.

<<less
Download (35.7KB)
Added: 1998-04-18 License: Freeware Price:
1038 downloads
ASP Image Preloader 1.0

ASP Image Preloader 1.0


ASP Image Preloader is a tool convenient for making a custom script that is injected into an Active Server Page (.asp) document. more>>

ASP Image Preloader 1.0 is a tool convenient for making a custom script that is injected into an Active Server Page (.asp) document. This script pre-loads every single image on your site so your viewers can have instantaneous access to every graphic, with seemingly no download time.

<<less
Download (399.7KB)
Added: 2001-08-12 License: Freeware Price:
downloads
ASP Helper 2.0

ASP Helper 2.0


ASP Helper - Freeware ASP Code Generator Automates Code Generation of ASP Files more>>
ASP Helper is a freeware ASP Code generation software that automates
the redundant activities of generation of ASP Code for adding, viewing,
modifying, deleting etc to and from either an Access or MS SQL Server Database.
This software will save upto 70% of your ASP Coding time and improve the overall delivery time of the project. A must have for all ASP Programmers.
<<less
Download (2.67MB)
Added: 2005-06-02 License: Freeware Price:
1619 downloads
Pure-ASP Upload 1.5

Pure-ASP Upload 1.5


ASP upload without external components. more>> PureASP upload enables accept RFC 1867 uploads (multipart/form-data encoded forms with input type=file fields) by pure ASP without any external components, using Request.BinaryRead, multibyte string functions and default ASP objects..<<less
Download (333.2KB)
Added: 2008-09-07 License: freeware Price:
411 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5