how do I call a number at the end of a hyperlink?

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

Trint Smith

I have a program that creates an html results page with:
item# | photo | title | description | price...etc
just like that on down the page. When someone mouses over which ever
one they want to see in detail, I somehow need for it to, when they
click on that result, to send out the item number of that selection to
the aspx file it is calling:
http://mysite.com/detail.aspx 'and pass the item number.'
How can I do that?

And how can the aspx file then load that number into a string for me to
use?

Thanks,
Trint

..Net programmer
(e-mail address removed)
 
Thanks, that's exactly what I needed to know.
Trint

.Net programmer
(e-mail address removed)
 
Back
Top