|
|
|
|
|
Total Hits: 145 | 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: 201 | Today: 0 |
Author: http://authors.aspalliance.com
|
Rating:
|
|

Working with Checkboxes and Datagrid is an interesting aspect. Their may be many situations in which, we need to allow the user to select many rows in a table or datagrid. Think of a datagrid which has a checkbox in the first column. User can select any number of rows they may need. Our job is to find the number of rows selected by the user. Once we have the ID of the selected rows, we can do anything with those rows. We can delete or what ever we need to do with the selected rows. In this artic...
|
|
|
|
Total Hits: 165 | Today: 0 |
Author: Rama Ramachandran
|
Rating:
|
|

Last month's column contained some ASP routines that made the task of building a form easy and elegant. This month I'll extend the concept by showing you how to build List and Combo boxes automatically. Usually, these form controls need to display data from a database; therefore, the form-building routines must accommodate database access, which makes the code interesting....
|
|
|
|
Total Hits: 138 | Today: 0 |
Author: Rama Ramachandran
|
Rating:
|
|

If you've been following this series, the last couple of articles (see Resources) focused on writing some useful "form-building" routines in ASP pages. I'll continue this month by developing routines for displaying check boxes and radio button controls. Again, like last month's article, the focus will be on building data-bound controls....
|
|
|
|
Total Hits: 154 | Today: 0 |
Author: Robert Hess
|
Rating:
|
|

I have a series of pages on my Web site, with different want ads on each page. Users click on the ads they want to see. In order for me to identify users and put them in touch with the person who placed the ad, I request that users register with a user ID, password, and e-mail address, which they keep for future visits. Before registered users look at the ads, I would like them to enter their user ID and password. Then, when they click on an ad, a form is sent to me with the user ID, password, a...
|
|
|
|
Total Hits: 90 | Today: 0 |
Author: Annette Tennison
|
Rating:
|
|

In part one of this two-part article Annette, show us how to create an ASP class that allows us to work with our databases through a web browser. It will allow us to update and delete records dynamically using JavaScript and XMLHTTP, without ever having to refresh the page.Data management applications allow us to modify data for a number of different data systems including databases, files, the Windows registry, etc. Data manipulation is an extremely important activity, and sometimes it's imposs...
|
|
|
|
Total Hits: 103 | Today: 0 |
Author: http://www.aspisfun.com
|
Rating:
|
|

Let's say you have a big contract page where you want a person's name to fill into many spots automatically when they type it in once. How do you do that? First, put a form on the entire page, starting at the top and ending at the bottom. That way you can make calls to anywhere on the page to perform actions. Next, create an input box where the user can type in their name....
|
|
|
|
Total Hits: 111 | Today: 0 |
Author: Peter A. Bromberg
|
Rating:
|
|

Have you ever been in a programming situation where you wanted to be able to have users do an ALT/PrintScreen or CTRL/PrintScreen to capture information from their desktop and send it up to a database to be saved? This is very common in bug-tracking and other types of reporting software where a user may be entering a bug report, and they need to be able to store a picture along with the report that shows the error "in flagrante delicto" (caught in the act). There is nothing like a picture to tel...
|
|
|
|
Total Hits: 211 | Today: 0 |
Author: Annette Tennison
|
Rating:
|
|

In this article Annette wraps up the details of the real time data grid that she started to describe in part one of this two-part article. She looks at the JavaScript code that contacts our database server and allows us to update data in a database without actually refreshing the page.In this article we'll wrap up the details of the real time data grid that I described in part one of this two-part article. We will take a look at the JavaScript code that contacts our database server and allows us...
|
|
|
|
Total Hits: 138 | Today: 0 |
Author: starschen.
|
Rating:
|
|

ASP TreeView is an advanced TreeView control that's base on ASP technique. server side: Asp + JScript, client side: JScript + HTML....
|
|
|
|
|
|
|