I have created the main.aspx as a template and main.aspx has a table with a menu on the side, and a footer. The main part of the page is blank for the body. then i include testmenuright.ascx in the allocated section of the table in main.aspx.
now i want to include menu_right1.aspx to testmenuright.ascx
Keep in mind that .aspx files are being used, so the server side code must be run before displayed...