1
I have 3 panels:
<asp:Panel ID="ParentPanel" runat="server">
<asp:Panel ID="AnnoyingPanel" runat="server">
<asp:Panel ID="P" runat="server">
</asp:Panel>
</asp:Panel>
</asp:Panel>
How can I verify that P
is descended from ParentPanel
?
Dude, are you translating the QA from the O.R.? (http://stackoverflow.com/questions/3892999/how-to-check-if-a-control-is-child-of-another-control-control-ischildof)
– Rodrigo Reis
@Rodrigoreis We support the rewriting of Stack Overflow questions or answers, provided they benefit your community. Always keep in mind, however, that automated or poorly written translations are not allowed. http://meta.answall.com/q/1/12
– BrunoLM