Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DropDownList and Parameters

Status
Not open for further replies.

marydn

Programmer
Mar 26, 2001
152
US
Hello,

I am using ASP.NET for a web application. A user picks a product which takes them to another page. The page will display more details on the product as well as a dropdownlist, which allows them to chose a specific size. Once the size is selected the "add to cart" link must be updated to reflect not only the productID but also the subproductid. I am not sure how to do this. The code on page_load is:

addToCart.NavigateUrl = "AddToCart.aspx?ProductID=" & ProductID

How do I append the subproductid once a selection has been made?

Any help would be greatly appreciated.

M.
 
This is the old fashioned ASP forum.

You need the new fangled ASP.NET forum here: forum855
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top