Hi......
i am using many checkboxes..i need validation and count value of selected checkboxes....then pass the count value into next page in asp.net with c#....
Help me..............
Loading
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.
Roei BarPosted Sep 26, 2009, 6:07 AM
if so you have a property called SelectedItems
this is a collection of checkbox that are currently marked. you can work
on that
jingePosted Sep 26, 2009, 5:55 AM
You can loop all the checkboxes in the button click event handler, and caculate the value.
As for how to pass value from one page to the other page. This article lists all the possible ways