Using VS2005.
I'm creating this web page that allows an admin to update the count of their products.
The product list is dynamic; certain items may be discontinued at any time.
What I was thinking but is not working so well, is using the Repeater control. Create a Label, asign the label Text to the product and then include a TextBox and assign the ID to the product as well, and repeat this for each product, but I was receiving an error regarding the Label inside of a repeater...Now, I'm thinking of performing this loop during page_load() on the .vb page to programmatically create the labels and textboxes..
Just looking for opinions/advice in the direction I should go.
As always, thanks!
I'm creating this web page that allows an admin to update the count of their products.
The product list is dynamic; certain items may be discontinued at any time.
What I was thinking but is not working so well, is using the Repeater control. Create a Label, asign the label Text to the product and then include a TextBox and assign the ID to the product as well, and repeat this for each product, but I was receiving an error regarding the Label inside of a repeater...Now, I'm thinking of performing this loop during page_load() on the .vb page to programmatically create the labels and textboxes..
Just looking for opinions/advice in the direction I should go.
As always, thanks!