I am loading Product data into a DataList, the idea is to be able to select
(check)
some of those products and enter a price for the selected ones. So I have
added a checkbox and a TextBox for each item that is loaded into the
DataList.
The question is: How can i get only the checkd products and get
their corresponding price (Textbox.Text) so I can save only those in a
table?
Thanks in advance.