I have a datalist that displays records.  Each record comes with a 
checkbox. At the click of a button, all records with its checkbox 
checked are to be deleted.

To enable proper formatting, Ive placed an HTML table in the 
ItemTemplate of the DataList. Inside the table are the labels which 
display each records information, as well as the checkbox.

Ive tested code in the Click event of the Delete button to merely 
display the contents of each record in the datalist, this works. I 
just used (pseudo code follows)
>>>
For each row in the datarows collection,
display the records values
<<<
But, using the same loop, Im having trouble trying to determine 
whether the accompanying checkbox for each record was checked or not. 

How can I create the delete functionality for my datalist?

Jeff



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com.  Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/saFolB/TM
---------------------------------------------------------------------~->

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
     [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 

Reply via email to