Hello... i have created a website with masterpage , which contains navigation bar and so on...
when i debug the masterpage, it appears linked list not tge designed page
when i debug a page, like home.aspx, it appears the designed page with everything, but i cannot select another page from that page???!!!! What is the problem and how should i debug so i can access to any pages by selectibg Them... Thanks for your answer, kind regards
venus najadPosted Nov 18, 2022, 4:18 AM
hello and thanks for your email... but masterpage allow other pages inherit design from masterpage.
i suppose that i need a jquery or javascript to let child pages call other pages, but where should i find jquery with the proper functions? thanks
Aravind GovindarajPosted Nov 16, 2022, 10:45 PM
As per my understanding, you are trying to select another nav or link page from child page, I don't think child has control until u define. Since master page has all nav details.
May be you can try to pass all page as object from master to child if you want to get page details...