I want to find child control of user control in aspx file.
Give me some solution for it.
Thanks in advance for help..
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.
Khan Abrar AhmedPosted Jul 11, 2014, 12:20 PM
you have to use
Lable lbl=(Lable)usercontrol.findcontrol("lblFindControl")