Re: DataList
From: Curt_C [MVP] (software_AT_darkfalz.com)
Date: 01/11/05
- Next message: Curt_C [MVP]: "Re: .NET framework on disk?"
- Previous message: 2obvious: ".NET framework on disk?"
- In reply to: CCORDON: "DataList"
- Next in thread: CCORDON: "Re: DataList"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 11 Jan 2005 14:51:10 -0600
You will have to loop through each list item and check for the checked
value.
-- Curt Christianson Site & Scripts: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com "CCORDON" <tcordonb@hotmail.com> wrote in message news:ecSrN5B%23EHA.2112@TK2MSFTNGP10.phx.gbl... >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. > > >
- Next message: Curt_C [MVP]: "Re: .NET framework on disk?"
- Previous message: 2obvious: ".NET framework on disk?"
- In reply to: CCORDON: "DataList"
- Next in thread: CCORDON: "Re: DataList"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|