|
Link - KEYWORD SEARCH RESULTS
Return to Links Main Page
13 - PRIMARY Keyword matches for LINK LIBRARY
Click on any Title to go to that site
|
| Title |
Description |
|
Forums, articles, tutorials, code and discussion forums - mid level.
|
ASP 101
Type: Code
Primary Key: Code
|
Code samples, articles, other resources
|
ASP FREE
Type: Article
Primary Key: Article
|
Related to Dev Shed, giant resource
|
|
AspQMail works just like AspMail except that messages are queued up for delivery using the AspMail component.
|
|
to the ASP Resource Index. We are the definitive guide for ASP web applications, components, scripts, and other related resources for Active Server Pages. Accomplishing more with your ASP website is easy with the help of these pre-packaged, tested, and ready-to-run resources. Dig in and have fun!
|
|
Imagine that you want to create a web application that allows users to submit suggestions and questions; you need the input to be saved to a database. Each time a new question or suggestion is entered, you'd like to get an automatic email containing a link to a web page that lists only the information that was most recently entered into the database. This article demonstrates how to build such a system!
|
DEVASP
Type: Link Library
Primary Key: Link Library
|
Welcome to DevASP, the first place to look for all your ASP and XML information needs. Here you will find links to articles and tutorials written by ASP and XML experts, sample ASP and XML code, free programming tools and downloads, sample chapters of new ASP and XML reference books and announcements of training courses and conferences where you can sharpen your ASP and XML skills.
|
|
ASP Scripts and Components | User Authentication
|
|
Insert Record and Retrieve Autonumber for MS Access and SQL Server
|
LEARN ASP
Type: Tutorial
Primary Key: Tutorial
|
Free classes in ASP and .Net
|
|
Email forms made simple, free, and on the fly. Use ASP and CDONTS to send this mailto form. Ready to copy and paste into YOUR page for use on YOUR site, gratis!
|
|
Automatically remove invalid chars from filename - Now all invalid characters used in the filename of the uploaded files are automatically removed. Only letters, numbers and _-. are allowed.
* Autocheck for the right version of the remote library - A new feature is now implemented that checks for the correct version of the incPureUpload.asp file on the remote server. It helps you track problems when you have used old versions.
* Skip Empty File Fields During Update - This was the most requested feature. When updating a record, and there is no change with the file, the file upload is simply skipped. This ensures that the original file remains unaltered.
* Full Support for Double-Byte Languages - Due to a huge number of requests, we built in full support for double-byte languages like Chinese and Japanese.
* Show Fully Customizable Progress Bar During the Upload - There are now over - progress bars to choose from that are included with the extension. The progress bar's interface is fully extendable allowing you to write your own progress bar in minutes!
* Allow Only Special File Types to be Uploaded - You can select which file extensions you want to allow your users to upload. Choose from only images formats, PDF files and others. This feature is fully customizable.
* Limit File Upload Size - File upload size can now be limited! It can be limited on the client side (before upload and for images only), or on the server side (after upload - all kind of files).
* Limit Uploaded Image Size - You can even restrict the image dimensions that are allowed! This is checked on the client side so that the upload never gets to the server.
* Save Uploaded Image Size in Your Database - It is now possible to easily save the image's dimensions into your database for later use.
* Auto Create Non-Existent Upload Directories - Using dynamic paths to save the uploaded is now possible as non-existent folders from the path are auto-created!
* Upload to Physical Paths - If you need to upload a file to a folder outside the root of your server, you can do this by simply entering the full path on the server as your upload folder!
* Prefix Filenames With Full Directory - You can now store the file names in your database prefixed with the upload path! This makes it easy to display them on your page, especially when using dynamic paths.
* Existing Files Conflict Handling - Should a file already exist on the server, you can specify how you would like to handle the new file. Choices include overwriting, giving the file a unique name and skipping the file.
* Optional File Upload - It is possible to now build form pages that include file upload fields that are not required. The user can submit the form filling in all the other fields and leaving the file upload empty.
* All Code is Now in a Shared Script Library - The entire Pure ASP Upload code is stored in an external file and is included on every page you require uploading on thus neatening up your source code.
* Uploading Files Via Form - Full support for file uploading through a regular form, together with other fields!
* Uploading Files and Saving the Rest of the Fields in the Database - Pure ASP Upload integrates seamlesly with your database. You save the upload file to the server and the other form fields to your database automatical\ly using the standard Server behaviors.
* Full support for the Standard Insert/Update Record Server Behaviors! - You can add or update records from your database by using the standard Insert/Update Server behaviors. Pure ASP Upload fully integrates with these so you don't see the difference between saving a normal form and saving a form with a file upload in it. Without Pure ASP Upload - you simply can't save a form with a file field into your database without hand coding it.
* No Extra Components Needed - It's All Sc
|
|
Subscriber is a web enabled email newsletter application that allows you to send email newsletters or announcements from your web site. It supports of the CDONTS, ASPMail, ASPEmail, JMail, and Dundas mail components and works with MS Access and SQL Server databases. Subscriber let's you maintain multiple mailing lists with multiple list managers who allows you send either Text or HTML messages. But the options don't stop there! You can also choose to have subscribers sign up directly from your web site or have them placed in a pending status until you approve them. You can also choose to save your newsletters to a Public or Private Archive where subscribers can read your previous mailings. Check out our Live Demo to see Subscriber's easy to use web console! And remember:
|
36 - SECONDARY Keyword matches for ASP - ACTIVE SERVER PAGES
Click on any Title to go to that site
Click on any Primary Key to search by that keyword
|
| Title |
Description |
|
The ASP.NET Web Matrix Project
ASP.NET Web Matrix is a community-supported, easy-to-use WYSIWYG application development tool for ASP.NET. New features include: Access database support, J# support, design time enhancements including improved table editing and user-control rendering, many bug fixes, and much more! Best of all? It's absolutely free!
ASP.NET Page and HTML Designer. Rapidly create ASP.NET pages or HTML documents using the rich WYSIWYG designer. Drag and drop ASP.NET server controls from the toolbox or user controls (.ascx files) from the workspace onto your page, and the designer provides a near-realistic preview rendering for either of them. Select individual controls to get in-place designer editing support for templates as well as full property grid customization support. Simply double-click a server control to get automatic event wireup of server event handlers. The designer also supports Table and Style attribute editing.
SQL Server and Access Database Management. Integrated support to create and edit SQL or MSDE and Access (.mdb) databases. Create new databases, add or delete tables, design table schema and relationships, edit table data rows, create stored procedures (SQL/MSDE only) all within Web Matrix. Auto-generate ADO.NET code to perform data access using the built-in code wizards.
Easy Data UI Generation. Web Matrix makes it easy to create data bound pages without writing code. Drop SQL/MSDE or Access tables on your page to create data-bound grids, or start with Data Page templates for reports or Master/Detail pages. Code builders help you generate code to select, insert, update and delete SQL/MSDE or Access data.
Support for multiple languages. Web Matrix supports multiple languages for code in Web applications files (eg. aspx and ascx files), as well as in code wizards. Web Matrix has support for writing code in C#, Visual Basic and J#.
Class Browsing. Browse any class in any assembly to view its properties, events or methods, as well as metadata attributes associated with the class. Perform searches on class names, or member names to quickly find classes. Perform searches to find related or derived classes.
XML Web Services Support. Easily add XML Web Service support to your applications. Web Matrix provides support for developers to easily expose a SOAP-based XML Web Service, as well as call and consume a XML Web Service hosted on another server.
Build Mobile Applications. Write mobile-web-enabled applications for a wide variety of mobile devices such as cell phones, pagers and PDAs. Web Matrix provides drag-and-drop design support for authoring mobile pages using ASP.NET and the Mobile Internet Toolkit.
Projectless File and FTP Workspaces. Web Matrix supports both FTP-based and file-based workspaces that allow developers to easily organize and edit their ASP.NET applications. Workspaces are saved across sessions for allowing you to quickly work on your application. Simply double-click a file within the workspace tree to open it for editing. No FrontPage server extensions or project system required.
Development Web Server. Develop and test your ASP.NET applications, without requiring IIS. Web Matrix includes a lightweight personal web server that serves most web content, including ASP.NET pages and XML Web Services, for local requests.
Community Integration. Web Matrix provides a built-in gateway to the ASP.NET community right within the IDE -- allowing you to browse community web sites and search the ASP.NET Forums and Newsgroups for help. | |