Thursday, December 6, 2007

Past ASP 10-Minute Solutions

Past ASP 10-Minute Solutions

Creating a new appointment in Outlook based on information visible in a browser is a manual process. Automate this process by providing your users with a clickable appointment feature that automatically copies the appointment information into their desktop e-mail/calendar application.
How to create a visual calendar metaphor without popups. With some creative DHTML, the date can be selected within the same browser window by using a drop-down calendar control metaphor.
How to make a calendar page pop-up functional by filling in user-entered date fields on a form.
Create a visual calendar metaphor to allow users to enter dates in the format your application requires.
How to generate graphs from an ASP page so you'll never again have to jump through hoops with ASP code to generate static HTML displays.
Use this technique to send an entire Web page to your friend (or yourself)—text, HTML formatting, graphics, and all.
Remote Data Services can be used to access live data from a database and send a recordset object back to the browser where it can then be manipulated. Thus, you can enable a paging mechanism where the user navigates from page to page.
Learn to use the Tabular Data Control (TDC) feature of Internet Explorer to let users navigate from page to page without making a round trip back to the server for data.
Learn how to improve data access performance to load your pages faster and how to incorporate sorting and filtering on paged recordset data.
How to display data, hitting the server and database only once no matter how many pages are requested. This solution uses DHTML and will work on Netscape Communicator 4.0 and above and Internet Explorer (IE) 4.0 and above.
How to display data, hitting the server and database once for each page requested. This solution will work on any browser and will give your users the ability to move from page to page and even jump to a distant page by choosing a drop-down menu option.
You can write to a database by creating and modifying a recordset and then updating the recordset or by issuing a SQL statement that contains the values to be updated. Find out how.
How to display a list of states as they exist in the database as a drop-down menu (combo box) and display more than one field that the user can choose from to filter records.
Learn how to pick and choose what to display from a database based on the user's choice.
This ASP primer will show you how to access data in a database from your ASP page.
This article explains how to display a progress indicator in your ASP page when it is processing.
Use Active Server Pages code to read the mail from a basic SMTP e-mail mailbox on an intranet and put all the relevant fields into an Access database.
To send data as an Excel spreadsheet, first indicate to the browser that the data that is coming is in Excel format, then format your data as a set of Comma Separated Values. Get a step-by-step tutorial.
How to play postmaster using Active Server Pages (ASP), Collaboration Data Objects for NT Server (CDONTS), and the Simple Mail Transfer Protocol (SMTP) service.