How can a program create a page like this?

  • Thread starter Thread starter Trint Smith
  • Start date Start date
T

Trint Smith

How can I get a program, when a user makes selections then clicks a
button, to create a results page like one might get from google.com,
yahoo.com or an ebay search?
like this:

photo | something | and some detail.......

photo | something | and some detail.......

photo | something | and some detail.......
and so on..

Any help is appreciated.
Thanks,
Trint

.Net programmer
(e-mail address removed)
 
Hmm...

You write it that way. Perhaps the asp.net group could provide you a little
more assistance in your quest.

-CJ
 
dynamicly created web sites through database back ends is the easiest way to
do it in asp.net....
 
Back
Top