controlid for a checkbox
How to get controlid for a checkbox in findcontrols loop?
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.
Shweta MishraPosted Feb 14, 2014, 5:35 AM
Hi Sanjeeb,
As we are handling control through FindControls methos:
// TextBox txtMedicalHistory = (TextBox)this.Parent.FindControl("txtMedicalHistory");
We are not able to handle the checkbox control
Please help
Thanks
Shweta
Sanjeeb LenkaPosted Feb 14, 2014, 1:33 AM