i need to show the page on rightside . i use menu tool if i click the menu i need to show the page on my left side (menu are
Home (Home.aspx)
report (Report.aspx)
if i click the home means i need to show the Home.aspx on my rightside in my window
Loading

Brijendra GautamPosted Apr 6, 2014, 7:22 AM
If you want to display the text on right side the you can use style="float:right;" on the div to display it on right side or can also use position: absolute with top and left to define location.