V
VB Programmer
ASP.NET 2.0....
Building a shopping cart application.
2 tables: Categories and Products
I have a Gridview representing Products. When the admin selects a row a
DetailsView is populated. In my DetailsView I have a dropdownlist which
pulls Categories from the Categories table. I want to auto-select the
correct Category for the Product that has been selected in the Gridview.
How do I do this?
Thanks.
Building a shopping cart application.
2 tables: Categories and Products
I have a Gridview representing Products. When the admin selects a row a
DetailsView is populated. In my DetailsView I have a dropdownlist which
pulls Categories from the Categories table. I want to auto-select the
correct Category for the Product that has been selected in the Gridview.
How do I do this?
Thanks.