|
|
|
|
|
Total Hits: 161 | Today: 0 |
Author: Arkadiy Olovyannikov
|
Rating:
|
|

This package contains a .dll that encapsulates a number of API functions to allow you to create customized tool tips for any control. You can customize the tooltip by setting its background and foreground colors, the delay time and visible time, whether or not the tooltip is centered, and whether or not it appears as a balloon.
Also included is a sample project; be sure to register the .dll first before running it. The demo illustrates how to use the .dll with listbox, listview, command b...
|
|
|
|
Total Hits: 82 | Today: 0 |
Author: Amrit Hallan
|
Rating:
|
|

There comes a time when you have to create very complex, very comprehensive online forms consisting of 30 to 40 fields. While debugging the form output, or while validating the individual form fields (for example, if all the fields have been filled), you need to dump all the form field with their names and with their respective values onto a web page so you can see exactly what is coming from where. This tutorial tells you how to do that....
|
|
|
|
Total Hits: 379 | Today: 0 |
Author: Alexander Haneng
|
Rating:
|
|

Learn to collect info from forms and validate them with VBScript serverside. All code is available. View the demo to see the result....
|
|
|
|
Total Hits: 1336 | Today: 0 |
Author: Abd Shomad
|
Rating:
|
|

When you are designing forms and collect it's fields value(s) to be processed on other page, you often mix up with the form input values. If you're smart enough, maybe you will send the form information to a "special debug page" containing special debugging script. But there's a better way to debug the form collection....
|
|
|
|
Total Hits: 264 | Today: 0 |
Author: Matt Burnett
|
Rating:
|
|

I think this article will help programmers expand their knowledge of web architecture, as they have not been presented with a different way to handle web forms that present and update a database in ASP....
|
|
|
|
Total Hits: 514 | Today: 0 |
Author: David M. Carr
|
Rating:
|
|

One of the most common uses of scripting is to respond to events from a form, such as typing text into a text box or checking data when the Submit button is pressed. There are two ways to reference form elements...this article tells you how. ...
|
|
|
|
Total Hits: 491 | Today: 0 |
Author: Lewis Moten
|
Rating:
|
|

Reads posted form data and returns an HTML formatted display of field names and the values assigned to them....
|
|
|
|
Total Hits: 4528 | Today: 0 |
Author: ASP Web Pro
|
Rating:
|
|

When a user submits a contact form, it is a good idea to record a copy of that email into a database for future reference. Here is how you can do it with MS Access....
|
|
|
|
Total Hits: 231 | Today: 0 |
Author: Scott Mitchell
|
Rating:
|
|

Have you ever wondered how long one of your visitors spends filling out a particular form? Such information is vital for companies that conduct business on the Internet...
|
|
|
|
Total Hits: 617 | Today: 0 |
Author: Sam Moses
|
Rating:
|
|

This simple script yet effective little script prints all active session variables to your browser window. I use it as a troubleshooting tool when debugging my code, and I thought I'd share it with the community...
|
|
|
|
Total Hits: 1904 | Today: 0 |
|
Rating:
|
|

How to handle data submitted by form using TextBox and Text Area...
|
|
|
|
Total Hits: 1713 | Today: 0 |
|
Rating:
|
|

Didn’t think it was possible to have multi-column list boxes? Well, it’s not quite out-of-the-box functionality, but in this article Nathan Babb shows you how to create multi-column list boxes using just ASP code....
|
|
|
|
Total Hits: 113 | Today: 0 |
Author: Steve Skelton
|
Rating:
|
|

If you've ever created data-driven forms, especially complex ones, you know how hard it is to make all the control names and database column names match up correctly—and you'll immediately appreciate how the techniques shown in this article can simplify development, reduce errors, and minimize maintenance....
|
|
|
|
Total Hits: 337 | Today: 0 |
Author: Gaddo F. Benedetti
|
Rating:
|
|

Sometimes developers forget that not everyone can code in HTML. Fewer still can code in JavaScript; server-side scripting in ASP, Perl, and Cold Fusion is rarer still. However, there are occasions where one may want to be able to hand over a project to a nondeveloper and know that they have the option to update it themselves. With regard to most content, this is easy. Database-driven Web sites and Intranets have been around for quite a while, with page text, tables, and even Java scrollers being updated on a regular basis by others, while you continue on with something more interesting. Howev..Read More..
|
|
|
|
Total Hits: 3641 | Today: 0 |
Author: Faisal Khan
|
Rating:
|
|

In this article we will create a simple HTML Form and an ASP page. Any data which is entered by the user in that HTML Form will be received by the ASP action page and will enter that data into the Access database. After that we will create an ASP page to show all the records entered and to delete the specific records if wanted....
|
|
|
|
Total Hits: 1358 | Today: 0 |
Author: Glenn Cook
|
Rating:
|
|

Form field validation is one of the most important functions in making successful web-based applications, but server-side validation is not always the answer!...
|
|
|
|
Total Hits: 166 | Today: 0 |
Author: John R. Lewis
|
Rating:
|
|

Writing form validation code is often the most thankless part of your job. The logic can get quite complex, and often quite messy. This article will show you how to use Regular Expressions to simplify your code....
|
|
|
|
Total Hits: 303 | Today: 0 |
Author: Nannette Thacker
|
Rating:
|
|

Oft times you may wish to have the user confirm, before they process a form's action. For instance, clicking the button may activate a deletion process which you wish to have the user confirm before proceeding....
|
|
|
|
Total Hits: 389 | Today: 0 |
Author: LiquidRage
|
Rating:
|
|

A lot of people tend to put dates in drop down list boxes so that users have no way to format the date wrong. There is nothing wrong with that approach though it is not really needed as valaditing dates is very simple using the IsDate() function....
|
|
|
|
Total Hits: 479 | Today: 0 |
Author: SagasenT
|
Rating:
|
|

In this codetip, we in a very easy way show you how to use asp/vb to calculate with forms. Its actually very easy to control....
|
|
|
|
|
|
|