G
Guest
I am trying to figure out how to get a reference to a user control in the page that is using that control
I have created several "Properties" within my UserControl that I want to access. Normally when I add a textbox to a form, when I go to my code behind page, the system generates all the code to instantiate that control. I can find no such code for a Usercontrol. I could instatiate it within my codebehind page, but I am guessing that if I do, that I will not get the handle on the one that the system instatiated some how
So how to I get the handle of that control
Thanks
I have created several "Properties" within my UserControl that I want to access. Normally when I add a textbox to a form, when I go to my code behind page, the system generates all the code to instantiate that control. I can find no such code for a Usercontrol. I could instatiate it within my codebehind page, but I am guessing that if I do, that I will not get the handle on the one that the system instatiated some how
So how to I get the handle of that control
Thanks