.:the last thing that i can promise:.
"try not to become a man of success, but rather try to become a man of value"
July 01, 2010
how to retrieve checkboxlist selected value
*use the following code --
*cbl is the instance of checkboxlist
for
(
int
i = 0; i < cbl.Items.Count; i++)
{
if
(cbl.Items[i].Selected)
{
// bla bla bla ..
}
else
{ }
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment