DataList

  • Thread starter Thread starter CCORDON
  • Start date Start date
C

CCORDON

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.
 
That's what I'm having problems. How do I loop though all items in the
DataList and how do I get the checkbox value for each Item.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top