>If you persist neglecting usenet netiquette by not quoting,
even when politely asked,
I will stop anwering you on your topic.
sorry i forgot
>I still do not understand what you are asking, Isaak
>What is a "generated random item"?
And you have no[t] genreated it to(?) a page?
>Tell us about the type and content of your databse, and show us the
relevand ASP code, you have come up with so far.
my database consists of two tables one vendors and other Items, i want
to have a page on my site that when viewed a random item is displayed
such as
Today we have a sale on Tight Fit Denim jeans by Polo
----------------------------------->
this is the random item
the item is randomly generated by a randomizer that picks the item name
out of the database and displays the item name, item type, and price
i use this code
randomize
intItemID = Int(22* rnd(1)) +1
for the random but i dont know how to convert the random number into
the item type. this is for my asp class, if you want a working example,
go here
http://yorktown.cbe.wwu.edu/sandvig/...SQL/RandomItem...
thanks for the help