Request a Tutorial

  • Are you searching for a tutorial and getting totally frustrated because you cannot find it?
  • You can request it by logging in, choosing the right category and then click on the ADD NEW ARTICLE button.
  • If someone requested that tutorial already, rate it and we will give it priority.

Explore the Request a Tutorial

ASP

Dependent List Boxes in ASP

Hi, I have a page which acts as an online application form.  I have the first list box populating from my SQL database and I want the second list box (or dropdown list) to populate from the database dependent on the first list box.

For example.  The first list box has regions (i.e. Vancouver, Toronto, New York) and I want the second box to display job titles that are related to the region.

Does anyone know how to do this?

Thanks SO MUCH!!

Read More
MySQL

Locking records during UPDATEs

Hi there, you MySQL-gurus! I could use a pointer on how to assure that the record being updated can not be opened by another user during the update process of the first user. This is a common issue, when you have several users with update privileges. Read More
Access

Access Database Export to CSV or Tab Delimited File

I'm looking for a tutorial on how to export one table of an multiple-table Access DB using ASP VBScript & Dreamweaver MX. Read More
Advanced

Updating Table that has more than one Primary Key

When designing databases there is the chance that you will not always have one PRIMARY KEY on a table

For example

ISPEC_TABLE

   PRIMARY KEY   ISPEC_Customer           SSI10           SSI10

   PRIMARY KEY   ISPEC_Part                   A1                B1

   PRIMARY KEY   ISPEC_Date                  01/01/01       01/01/01

                         ISPEC_Comments        

So when trying to update this record in Dreamweaver i am finding it hard - because i don't have a unique key column because i only want to update The Part B1 Comments

So i need to pass in all three primary key to the Update

 

Read More
ASP.NET

ASP.net Events Calendar using SQL

I would love it if someone would take the tutorial Joel Martinez did on Using the ASP.NET Calendar Control and expand upon it ecspecially expand upon the Outputting the data int he calander.  He did this tutorial to work with Access but i would love it to be wrote for the very many of us using SQL.

Here is a link to his tutorial http://www.macromedia.com/devnet/mx/dreamweaver/articles/aspnet_calendar.html

Really love to see this one or make an extension for it.

Read More
Newer articles Older articles