Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How to use Edit Item template in Repeater control. Repeater control have the check box and if i select check box means item to be edited.Also In repeater how to use check box to select all the rows to be seleted and Edit.

Please help me to achive the above task

Thanks
Mohan
Posted
Comments
thursunamy 4-Jan-13 2:49am    
I advice you to use DataList instead of Repeater if Edit Item Template is so important.
AshishChaudha 4-Jan-13 4:15am    
you can use Edit Item Template in datagridview easily.Is there any motive behind using Repeater??

1 solution

use ItemCommand event of Repeater control
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900