• home
  • forum
  • my
  • kt
  • download
  • this:2/16 25records  total:399    Start  Previous  Next  Last    goto:
    Self-Referencing Forms
    ON: 2007-06-30 18:58:24
    This tutorial will show you how to give your forms a little bit more power. By making your forms self-referencing, you can open up whole new areas of functionality with your web applications.
    8 times | category: [Form Processing]
    Creating Dependent Select Objects With ASP
    ON: 2007-06-30 18:56:25
    Select boxes must often communicate with one another (i.e., a Child select object's option values depend on the value selected in the Parent object). This tutorial details how to create a hierarchy of select objects using ASP, SQL, ADO, and JavaScript.
    4 times | category: [Form Processing]
    Forms - Check Boxes
    ON: 2007-06-30 18:54:52
    The checkbox object is coded along the same lines as radio buttons, however each checkbox must get its own unique name since the state of "checked" or "not checked" will be passed to ASP for each box. Remember that you can set more than one option to be checked. Complete source code provided for the example.
    6 times | category: [Form Processing]
    Implementing forms with ASP
    ON: 2007-06-30 18:50:20
    Generic framework showing in detail how to implement forms with ASP, with validation and field persistence.
    8 times | category: [Form Processing]
    How to Build a Forms Validation Library
    ON: 2007-06-30 18:49:37
    This article shows how to build a forms validation library using JavaScript and ASP. Its FormLib simplifies form creation and eliminates common forms-maintenance tasks.
    5 times | category: [Form Processing]
    Writing Smart Web-based Forms
    ON: 2007-06-30 18:48:25
    This is an extensive article that describes form validation technique to help the user submit correct information.
    5 times | category: [Form Processing]
    Checkbox Sample
    ON: 2007-06-30 18:47:43
    This article discusses how to deal with various checkboxes in form via ASP. Covers: The Default No-Frills Checkbox, Checkbox With An Associated Value, Multiple Checkboxs With The Same Name, and Checkbox Which Maintains It's State.
    10 times | category: [Form Processing]
    Submitting data to forms with IP*Works! WebForm
    ON: 2007-06-30 18:47:07
    ASPRSS has a subscription service that automatically submits articles to all the ASP directories out there. This article shows how the data is submitted to their forms using the IP*Works! WebForm component.
    4 times | category: [Form Processing]
    Validating Form Input using Regular Expressions
    ON: 2007-06-30 18:46:32
    This article will show you how to use Regular Expressions to simplify writing form validation code. Example code available for download
    4 times | category: [Form Processing]
    Request.Form and Stack Overflow
    ON: 2007-06-30 18:43:32
    Full VBS code, which lets you accept x-www-form-urlencoded forms in ASP without limit of size using BinaryRead (Request.Form has 100kB limit), recomended solution from MS KB (Q273482). Source of URLDecode function included
    5 times | category: [Form Processing]
    An easy way to CDONTS forms
    ON: 2007-06-30 18:42:11
    Use this quick wizard-like form to build a form that sends email using CDONTS. In a couple of minutes you will be able to recieve feedback.
    2 times | category: [Form Processing]
    Send email via ASP 3.0 and CDONTS
    ON: 2007-06-30 18:41:21
    This script shows how to send an email via the CDONTS objects available to ASP 3.0. It will take a selection of form input, create the required e-mail objects, send the e-mail to the specified recipient and then redirect the user to a confirmation page, thanking them for their input.
    6 times | category: [Form Processing]
    Download multiple files in one http request
    ON: 2007-06-30 18:40:20
    This article shows a way to download multiple files in one http request. It let's you send an HTML page along with image preview, prepare more files for download and send the files as one data stream. One request, one authentication per multiple files
    1 times | category: [Form Processing]
    Graphics for WAP
    ON: 2007-06-30 18:30:43
    This article describes how to turn your IIS Web Server to a WAP server that creates WBMP images on the fly. The article consists of 3 parts. First part describes how to configure IIS. Second part tells you about how to create WBMP images on the fly. Third part shows how you can convert existing images to WBMP that can be displayed by a WAP enabled phone. Source code available for download.
    11 times | category: [WAP and WML]
    Using ASP to Send a Wireless Text Message
    ON: 2007-06-30 18:29:19
    Sending an SMS message via e-mail requires the acceptance of several hidden flaws. This article shows how to avoid these complications by sending a wireless text-message through the use of ASP. Covers two different solutions: using SMTP, and using Third-party solutions such as shrink-wrapped software and application service provider (ASP) gateways.
    11 times | category: [WAP and WML]
    Flash and ASP Integration
    ON: 2007-06-30 18:23:30
    Flash allows you to create zippy, vector-based animation and interactivity in a small ActiveX control, and ASP allows you to create dynamic HTML content on the fly. This tutorial explains how to use ASP in the creation of zippy, vector-based Flash content on the fly.
    23 times | category: [Flash and ASP]
    SmartWebby's Guide to Flash 'n' ASP Unleashed
    ON: 2007-06-30 18:22:46
    Learn the cool things possible using Flash and ASP. Attractive and interactive Flash interfaces make your pages look fun and interesting. This comprehensive guide teaches you all you need to know about integrating Flash with ASP. In relation to Flash, ASP can be used as a bridge between the database and the flash interface. The potential of Flash-and-ASP has not yet been fully realized and there are not many articles or guides on the web to help you through your quest to find out more. Smart Webby's Guide to Flash 'n' ASP Unleashed is designed to not only teach you to work with this less explored area of web development but also challenge and initiates you into trying to build products by yourself. It shows how to deal with real time situations like display and functioning of forms. Learn among other things how to make a Flash Guest-Book. Enjoy the visual and detailed learning experience that makes it easy for even a novice to understand quickly. It also has consciously included tips and guidelines for achieving better loading speed and small file sizes.
    2 times | category: [Flash and ASP]
    Integrating Flash with an Access Database
    ON: 2007-06-30 18:20:22
    This article explains how to connect a Flash movie to an Access database, and use an ASP page to query the database and transfer information over to the Flash movie. It shows how to build a very simple Flash address book to demonstrate the technique. Full source code available for download.
    17 times | category: [User Management]
    Reading Flash File Information (.swf) through an ASP Page
    ON: 2007-06-30 18:15:26
    This is a simple tip that presents an ASP class that can read the properties of a Macromedia Flash file (a .swf file). You can use this handy class to read the height, width, version, file length, twips readings, frame rate, and frame count of a Flash file on your Web server.
    11 times | category: [User Management]
    Building a Registration Database
    ON: 2007-06-30 18:14:38
    In this part 3 of "Using ASP for Form Handling", you will be shows how to put the form data gathered into a database. Shows how to develop a working registration system, set up the database and make it accessible via the web
    6 times | category: [User Management]
    Last Updated
    ON: 2007-06-30 17:55:33
    A code snippet to display the last modified date for any given file dynamically. Every time the file is modified this info is written into the file. The FSO knows just how to read that for you.
    2 times | category: [File Manipulation]
    Delete a folder with ASP
    ON: 2007-06-30 17:52:22
    For whatever reason, there are times when it would be convenient to know how to delete a folder without having to go to the server to do it. This is just one of the things you can do with the File Scripting Object.
    4 times | category: [File Manipulation]
    create a file
    ON: 2007-06-30 17:48:40
    Easy code for creating a file
    5 times | category: [File Manipulation]
    Open and Read a File with ASP
    ON: 2007-06-30 17:46:51
    This is some sample code for reading a file with ASP
    10 times | category: [File Manipulation]
    scrrun.dll - Runtime classes for dictionary and file system
    ON: 2007-06-30 17:45:02
    Microsoft Scripting Runtime DLL

    This tutorial helps you understand: Microsoft provides one DLL, scrrun.dll, for both IIS Web server side scripting and IE Web browser client side scripting. scrrun.ddl offers the following classes: Dictionary, FileSystemObject, Drive, Folder, File, TextStream.
    24 times | category: [File Manipulation]
    this:2/16 25records  total:399    Start  Previous  Next  Last    goto: