CheckBox in DataGrid .

K

Kylin

How can I judge which checkbox is checked ?



for(int i=0;i<dgOrderList.Items.Count;i++)
{
CheckBox
ordercheck=(CheckBox)dgOrderList.Items.FindControl("OrderCheck");
if (ordercheck.Checked==true)
{
Response.Write(i.ToString());
}

}

and no results that I want to have ,
any help ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top