NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes

Visitor Rating

Build a Drop Down menu using ASP Recordset
38819 Build a Drop Down menu using ASP Recordset http://www.googleme.com.au/articles/build_drop_down_menu_asp_recordset.asp Today's article concerns a piece of functionality that is as old and common as grandma's blueberry pie ---> how to build a drop down menu using ASP. Specifically, how to create a select menu ASP > Tips and Tutorials > Development Aug 16, 2008 George Grubar send email to George Grubar

Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  

Bookmark Build a Drop Down menu using ASP Recordset:


Other links owned by this user
VevoCart Shopping Cart is an eCommerce Solution for small businesses. We provide a simple solution to create an online store with e-Business functionalities and professional Design.
Category:

Bizzar Sudoku is an open source script that I've been working on that will generate the sudoku puzzles and then store them in a mysql database. The included script has an index front end to view, print, and show the answers to any puzzle in the database. Very easy to set up, just needs php and a mysql database! Script is fully supported in my forum!
Category:

IMAP stands for Internet Message Access Protocol. It is a method of accessing electronic mail or bulletin board messages that are kept on a (possibly shared) mail server. In other words, it permits a "client" email program to access remote message stores as if they were local.

IMAP's ability to access messages (both new and saved) from more than one computer has become extremely important as reliance on electronic messaging and use of multiple computers increase, but this functionality cannot be taken for granted: the widely used Post Office Protocol (POP) works best when one has only a single computer, since it was designed to support "offline" message access, wherein messages are downloaded and then deleted from the mail server. This mode of access is not compatible with access from multiple computers since it tends to sprinkle messages across all of the computers used for mail access. Thus, unless all of those machines share a common file system, the offline mode of access that POP was designed to support effectively ties the user to one computer for message storage and manipulation
Category:

This chapter provides tutorial notes on using DataSource objects and JNDI to connect Java DB (Derby) Database. Topics include creating connections with ClientDataSource objects directly without JNDI; downloading and installing JNDI File System Service Provider; Binding ClientDataSource objects to JNDI names; Looking up ClientDataSource objects through JNDI.
Category:

Here is the simpliest way of deleting duplicate items in a mysql database that i know of. As far a i know mysql have yet to develop a delete duplicate function.
Category:

Arfooo Directory is a program PHP, MySQL open source comprising all the features desired by webmasters.
Actual easily administrable rallying simplicity and ease of use through the MVC architecture.
Category:

FlashCam is a Flash-based, enterprise Web application that supports live text and audio/video communication. This is the next generation of Multi-User Chat software; beyond text messages, it provides rich communication through compressed streaming Audio and Video. FlashCam lets your users interact easily in an elegant, multi-room chat environment. Utilizing Macromedia’s new Flash Communication Server technology, this chat tool allows people in corporate, community, dating, or collaborative web environments to see and hear each other, increasing communication and understanding.
Category:

FlexiGallery - is xml-driven flash image gallery web application.
Publish your photos and artworks in the web with easy.
Make products presentation on your website spectacular.
Create your own interactive photo album.
FlexiGallery is easy to install and configure, customize it for your site look-and-feel in a few minutes, upload and enjoy.
Category:

Tired of remembering all your WHM passwords? Tired of changing your WHM passwords whenever a staff member leaves your company? We have a new and innovative solution for you! WHMEZLogin is a simple but very powerful tool that allows you to give your staff access to your WHM - without ever giving them the password.
Category:

How Does TrafficBoost Unique Visits Work?


Basicly we use a massive list of daily updated anonymous proxy servers to route fake traffic to where you want.
This way each visit will show as a unique ip address and each visit will show as a unique visit.
We also give you the option of using a list of your own proxy ip's or join our forum and take advantage of our hourly updated proxy lists.
Category:

PHP Realty is a turnkey real estate portal script that allows you to easily run and manage your own FSBO (For Sale By Owner) website, rental portal, foreclosures and vacant land portal.
Category:

The best-selling Joomla! tutorial guide updated for the latest 1.5 release
Category:

Learn how to create a pictures that are quickly listing and after that they’re explode. To create this tutorial, you don’t have to use Action Script. You will also learn:

1. How to import an image in Flash,
2. How to convert a bitmap image into a symbol,
3. How to apply explode effect on picture and more.
Category:

With ezRecipe-Zee you can get up and running and excepting visitors in no time. Visitors to your web site can choose to enjoy the recipes or become part of the action and sign up with an account to enter and manage there own recipes.
Category:

Conversionstats is a Free professional conversion tracking system that lets you compare your conversions via search engines, pay per click programs, advertising campaigns and referrers. Conversionstats is the most securest and compatible conversion tracking tool on the ne
Category:

Blogger Tools allow you to create small thumbnails near each post title in previous posts section or in posts list, and make this process automatic, as it?s possible.

Why is it necessary? Human accepts image information much better, than text. That?s why images, icons, thumbnails helps human brain to pay attention on details and stop him from leaving your site.
Category:

With si-AdPlace Lite software you can sell advertising links from your site directly to advertisers without middleman. With AdPlacePlus it's very easy to create advertisement places (it could be top banner, bottom links, featured links, etc.), manage customers, prices, embed script into existing site (using Javascript for HTML or PHP includes for PHP files).
Category:

Referral System users can make a small commision by % of the persons earnings who referred the user to your site. This is an incentive for users to refer people.

Automatic crediting of accounts, using azoogle and max bounty universal pixels. You no longer have to look at sub id stats.

Full control over users being able to add balances to there accounts, take the balances out. deleting users, editing users emails, names, etc.

Full Control of your offers, adding offer descriptions, payout rates, all the good stuff!

Full administration panel where you can control your website turn off feautures etc.

Nice Templating System very easy to edit the template and even make your own. The best part is you can even do it from right inside of your admin panel.

Your users can contact you, you can contact them.

Still being able to use other affiliate networks but no tracking is provided for other networks at the moment. Just Max Bounty and Azoogle for the time being.

Being able to make money using this really cool script!
Category:

Other links at ASP > Tips and Tutorials > Development
Ever since the first version of ASP there have been arguments over what is the best way to produce ASP pages - whether to take it from an HTML point of view, and intersperse bits of ASP where necessary, or whether to treat the page as a program that simply outputs HTML through a buffer/stream. This article briefly compares the performance of three different methods when producing identical output, and provides an insight into what performance we can expect from the ASP.Net platform.
Category:

Active Server Pages: Dictionary
Category:

How often have you wanted to pass information in a array from one page to another ? I wanted to do it many times but used many things like session variables and application variables till I found the better way of doing it ! Using Split and Join Functions. Join() can put the values of your data in a array in a string seperated by a given charater. This data can then be put into a querystring and then be passed to the next page. You can now retrieve the values in the querystring and Split() them. Just use the function with the same character you has used to join them. And you have the data in a new array
Category:

Use dependent listboxes for example to let a user choose a rep in a reps listbox and then have only the customers for that rep be shown in the customers listbox
Category:

Text manipulation in .asp is a snap. The following example takes a string of ten numbers 8005551212 (the 800 number for 800 info) and splits it into the common ###-###-#### format.
Category:




Main Category
200
2047
830
286
175
1804
1573
913
1177
7596
70
919
60
2247
175

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 20048
Categories: 1275
Registered Users: 789
Mailing List Subscribers: 2049
Unique Outgoing Hits: 234481

Pagerank Statistics
PR 10
1 site(s)
PR 9
11 site(s)
PR 8
51 site(s)
PR 7
201 site(s)
PR 6
647 site(s)
PR 5
1682 site(s)

PHP News