asp tutorials, asp.net tutorials, sample code, and Microsoft news from 15Seconds
Data Access  |   Troubleshooting  |   Security  |   Performance  |   ADSI  |   Upload  |   Email  |   Control Building  |   Component Building  |   Forms  |   XML  |   Web Services  |   ASP.NET  |   .NET Features  |   .NET 2.0  |   App Development  |   App Architecture  |   IIS  |   Wireless
 
Pioneering Active Server
 Power Search





Active News
15 Seconds Weekly Newsletter
• Complete Coverage
• Site Updates
• Upcoming Features

More Free Newsletters
Reference
News
Articles
Code Samples
Components
Tools
FAQ
Feedback
Books
Links
DL Archives
Community
Messageboard
List Servers
Mailing List
WebHosts
Consultants
Tech Jobs
15 Seconds
Home
Site Map
Press
Legal
Privacy Policy
internet.commerce














internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

HardwareCentral
Compare products, prices, and stores at Hardware Central!



Focus Sections
Focus Sections provide an assortment of references on very specific topics related to the Internet Information Server and Active Server Pages.

FAQ
There are plenty of Frequently Asked Questions on this topic, collected from 15 Seconds' List Servers.

Call For Authors
15 Seconds is looking for technical professionals working in the Active Server field to write articles. If you are interested, take a look at our writer's guide and submit your ideas.

Forms Section

Articles

Jun 14, 2004 - Windows Forms Object Data Binding in .NET 2.0
Rocky Lhotka discusses .NET 2.0's new smart DataTable technology and examines Whidbey's RAD support for object data binding in .NET 2.0 Windows Forms.
[Read This Article]  [Top]

Apr 21, 2004 - Creating a Web Custom Control
Conrad Jalali shows how to build Web custom controls by creating one that displays checkboxes in a categorized, hierarchical view.
[Read This Article]  [Top]

Apr 13, 2004 - Wireless Home Automation Using .NET and X10
Learn how to use .NET to communicate with the X10 Firecracker Home Automation System through a PC's serial port. Then build a mobile Web form to access all X10-enabled appliances from a wireless device.
[Read This Article]  [Top]

Feb 2, 2004 - Fighting Spambots with .NET and AI
Bill Gates, in a recent interview, predicted the end of spam by 2006. One of the methods he mentioned involved a challenge only a real live person could handle. Adnan Masood shows how to use AI and .NET to create a user verification scheme that incorporates similar concepts Gates alluded to.
[Read This Article]  [Top]

Feb 11, 2003 - Using the ASP.NET Validation Controls with Post Away Pages
ASP.NET validation controls are very useful for validating user input that posts back to the same page. But how do you use these controls to validate input when posting to another page? Paul Litwin explains.
[Read This Article]  [Top]

Jan 21, 2003 - Protecting Users from Suspect Textual Data
Learn the ins and outs of composite controls by creating an application that prevents users from submitting offending text.
[Read This Article]  [Top]

Aug 27, 2002 - Creating "Self Populating" Controls
In this article, Luther Stanton shows how to combine inheritance and server controls to create a self-populating drop-down-list control.
[Read This Article]  [Top]

Mar 5, 2002 - Using Forms Authentication in ASP.NET - Part 2
Creating custom authentication schemes just became easier. Jeff Gonzalez continues to explain Forms Authentication, this time using a custom XML file.
[Read This Article]  [Top]

Feb 20, 2002 - Using Forms Authentication in ASP.NET - Part 1
Creating custom authentication schemes just became easier. Jeff Gonzalez shows us how to use Forms Authentication in ASP.NET.
[Read This Article]  [Top]

Aug 24, 2001 - Advanced Form Presentation and Printing w/ PDF, FDF, ASP, and DHTML - Part 3
In the third and final installment of Advanced Form Presentation and Printing, Eric Coffman describes how to separate form presentation in a browser from the way the form prints out without processing the form through a CGI script or other means; everything is handled client-side. Learn how to create pleasing-looking forms without the need for Adobe Acrobat or Adobe Acrobat Reader.
[Read This Article]  [Top]

Aug 23, 2001 - Advanced Form Presentation and Printing w/ PDF, FDF, ASP, and DHTML - Part 2
In part two of advanced form presentation and printing, Eric Coffman uses the FDF Toolkit ActiveX version to show the versatility of the FDFApp object and demonstrates how to handle a Forms Data Format (FDF) file in a real-world situation.
[Read This Article]  [Top]

Aug 22, 2001 - Advanced Form Presentation and Printing w/ PDF, FDF, ASP, and DHTML - Part 1
This three-part article by Eric Coffman details the dynamic creation of Adobe Acrobat 5.0 PDF forms with ASP and describes the handling of all the most common form elements. You will be able to connect Adobe Acrobat 5.0 PDF forms to a database and retain, even extend Adobe's acclaimed portability and printability. This is like eating your cake and having TWO left! And if that's not enough, part three describes a method of simulating Adobe's features with CSS level 2's @media features combined with DHTML.
[Read This Article]  [Top]

May 8, 2001 - How to Build a Forms Validation Library
Edward R. Myers explains how FormLib is a code framework that eliminates the tedious aspects of programming cross-browser client and server-side validation of input forms. Generate the validation code directly from the database structure and auto-fill the fields when editing an existing record. Include one JavaScript and one ASP file into your page and have the form post the results to itself.
[Read This Article]  [Top]

May 4, 2001 - Creating a File-Upload User Control with ASP.NET
Build multipart MIME upload forms using the InputFile HTML Server Control and learn how to take advantage of the file-upload services built into the HTTP runtime for ASP.NET. Save the uploaded file to disk without granting anonymous users file-write access to folders on your Web server. Then wrap all this in a new ASP.NET user control, which will allow you to add file upload capabilities to almost any Web page quickly and easily.
[Read This Article]  [Top]

Jul 6, 2000 - Good Practices in Form Design
Compared to most elements of Web application design, HTML forms are refreshingly simple so you can focus more on business and data tier design. Nonetheless, it's still possible to spend an extraordinary amount of time developing and maintaining forms. With care, you can reduce the effort behind this task and produce better results as well.
[Read This Article]  [Top]

Mar 16, 2000 - Reusable Mobile Forms
Eric Barr explains how Mobile Forms are used on Web sites that request users to enter personal data "just-in-time" -- the data is entered only when they want to use features that depend on that data, breaking up the personal data entry into small, less-intimidating forms. If several site features require the same piece(s) of data, the Mobile Form is used to display and process the same form on different Web pages without duplicating the same code everywhere.
[Read This Article]  [Top]

Feb 25, 2000 - Dynamically Generated and Validated Forms
When faced with a Web site that requires a new validated form to be designed on a regular basis by a nontechnical client, Gaddo Benedetti’s offers examples that help take the drudgery out of the work and give that user direct control over the site. Benedetti uses a database to define and store information about this complex form. The same database that will eventually hold the information that is submitted to the form can be used.. The form definition requires two tables; one for the form field definition and a second to hold subelements to each field, such as list options. Sample code is provided.
[Read This Article]  [Top]

Feb 10, 2000 - Creating Dynamic JavaScript with ASP and Databases
Travis Giggy demonstrates how to put ASP tags inside of JavaScript blocks so developers can fit large amounts of data into one form on a single page. He offers an overview of things that can be done with dynamic JavaScript with ASP and data queries.
[Read This Article]  [Top]

Feb 4, 2000 - Creation and Maintenance of Appealing ASP Pages with Dynamically Generated Contents
Boaz Sigelman shows how to seamlessly convert between HTML form entry and database storage. The article contains example and code that shows how to use the 1touch component.
[Read This Article]  [Top]

Oct 14, 1999 - String Functions To Clean Up Your Forms
In this article, the eight string functions offered by Jason Stehle check data entered in an HTML text box and clean it up before it reaches the database. Stehle shows how these functions can structure the data so it meets the sometimes strict requirements of the destination database
[Read This Article]  [Top]

Jun 18, 1999 - Using Functions to Control Form Elements
As Web sites become more powerful by integrating database functionality, we are forced to build more robust user interfaces for these sites. This article by Mike Tickle discusses the new generation of web site UIs that must be developed with all types of users in mind.
[Read This Article]  [Top]


Support the Active Server Industry

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs