C# runs on the server side, it has control of the browser on the client sideuse javascript to open a window with no menubar:
window.open("youraspx.aspx","WinName","menubar=no");orwindow.open("Sample.htm",null,
    "height=200,width=400,status=no,toolbar=no,menubar=no,location=no");