I have this code:
for (int i = 0; i < ListView2.Items.Count; i++)
{
if (((CheckBox)ListView2.Items[i].FindControl("UcastCheckBox")).Checked || ((TextBox)ListView2.Items[i].FindControl("BrankyTextBox")).ToString > 0)
{
}
}
But now unchecked all checkboxs...:/
Can you idea how to solve it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…