Category: ASP

Database update using multiselect listbox

A common scenario that developers may encounter is to associate many database records with a record from another table. The example that I’ll use is to associate a number of facilities with a particular property. On a webpage, the user can insert a property into the database. The page will also have a multiselect listbox […]

Who’s online on your Site

The are many tutorials on the Internet that will show how many active users are on a website. Here is one – http://www.4guysfromrolla.com/webtech/061399-2.shtml . But, it can be a bit trickier to extend this to give a list of the active users. In the example I going to show you, I will store the users […]