I have checkbox inside a repeater . i want to get checkbox checked id only .. and then perform operation on checked checkbox clicked event in asp.net C#
OnItemCommand="RepeaterNewEnquiry_ItemCommand" OnPreRender="RepeaterNewEnquiry_PreRender">
Style="width:100% !important;" />
4 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Manas MohapatraPosted Apr 21, 2016, 1:22 AM
Mohammad AmanPosted Apr 21, 2016, 1:13 AM
Manas MohapatraPosted Apr 20, 2016, 6:09 AM
Shakti Singh DulawatPosted Apr 20, 2016, 6:03 AM
<%@ Page Language="C#" %>
<%@ Import Namespace="System.Data" %>