Retrieve the values of all checked checkbox controls in a repeater control
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have a repeater control rptrSubjects... it contains checkbox field...chkSubjects I want to retrieve the values of all the checked items in the checkboxes inside the repeater control... Inorder to fill in a label with the text of all the checked checkboxes separated with comma...
-
I have a repeater control rptrSubjects... it contains checkbox field...chkSubjects I want to retrieve the values of all the checked items in the checkboxes inside the repeater control... Inorder to fill in a label with the text of all the checked checkboxes separated with comma...
I guess this means you're asking in the wrong forum. We have a forum for ASP.NET questions.
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.