I have created an \[code\]usercontrol\[/code\] that has \[code\]treeview\[/code\] inside.
Now I have placed it in an \[code\]aspx page\[/code\] twice with some different \[code\]Id\[/code\] let us say \[code\]usercontrolA\[/code\] and \[code\]usercontrolB\[/code\].
Both of them are loaded in to page one by one.
Now in \[code\]pre-render event\[/code\] of \[code\]usercontrol\[/code\] I want to get the object of \[code\]treeview\[/code\] control of \[code\]usercontrolB\[/code\].
How can I achieve it?
Awaiting for your valuable response. Many Thanks
Now I have placed it in an \[code\]aspx page\[/code\] twice with some different \[code\]Id\[/code\] let us say \[code\]usercontrolA\[/code\] and \[code\]usercontrolB\[/code\].
Both of them are loaded in to page one by one.
Now in \[code\]pre-render event\[/code\] of \[code\]usercontrol\[/code\] I want to get the object of \[code\]treeview\[/code\] control of \[code\]usercontrolB\[/code\].
How can I achieve it?
Awaiting for your valuable response. Many Thanks