Click here to Skip to main content
15,886,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: bgcolor Pin
T M Gray24-Mar-10 11:24
T M Gray24-Mar-10 11:24 
GeneralRe: bgcolor Pin
Dalek Dave24-Mar-10 11:25
professionalDalek Dave24-Mar-10 11:25 
Questionhow to remove toolbar at runtime Pin
raghvendrapanda24-Mar-10 5:48
raghvendrapanda24-Mar-10 5:48 
AnswerRe: how to remove toolbar at runtime Pin
Not Active24-Mar-10 6:39
mentorNot Active24-Mar-10 6:39 
GeneralRe: how to remove toolbar at runtime Pin
raghvendrapanda24-Mar-10 7:40
raghvendrapanda24-Mar-10 7:40 
GeneralRe: how to remove toolbar at runtime Pin
Not Active24-Mar-10 7:42
mentorNot Active24-Mar-10 7:42 
AnswerRe: how to remove toolbar at runtime Pin
Amar Chaudhary24-Mar-10 9:37
Amar Chaudhary24-Mar-10 9:37 
AnswerRe: how to remove toolbar at runtime [modified] Pin
/randz25-Mar-10 21:54
/randz25-Mar-10 21:54 
It is not possible to programmatically hide the menubar or toolbar on a window that is already open. I found similar JS from the net but it is for Netscape:

function showmenu()
{
  netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite");
  window.menubar.visible=true;
  window.directories.visible=true;
  window.statusbar.visible=true;
  ...


and I do not know if it works. (who's using Netscape anyway? Official support for Netscape ended on March 1st, 2008.)
Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code. *http://dotnetrandz.blogspot.com*

modified on Friday, March 26, 2010 4:00 AM

Questionputting code behind onto client side ascx, aspx pages Pin
DeepToot24-Mar-10 5:16
DeepToot24-Mar-10 5:16 
AnswerRe: putting code behind onto client side ascx, aspx pages Pin
Not Active24-Mar-10 6:21
mentorNot Active24-Mar-10 6:21 
GeneralRe: putting code behind onto client side ascx, aspx pages Pin
DeepToot24-Mar-10 6:37
DeepToot24-Mar-10 6:37 
GeneralRe: putting code behind onto client side ascx, aspx pages Pin
Not Active24-Mar-10 6:53
mentorNot Active24-Mar-10 6:53 
GeneralRe: putting code behind onto client side ascx, aspx pages Pin
DeepToot24-Mar-10 7:53
DeepToot24-Mar-10 7:53 
GeneralRe: putting code behind onto client side ascx, aspx pages Pin
Not Active24-Mar-10 8:09
mentorNot Active24-Mar-10 8:09 
GeneralRe: putting code behind onto client side ascx, aspx pages Pin
DeepToot24-Mar-10 11:22
DeepToot24-Mar-10 11:22 
QuestionHow to open PDF from server? Pin
raghvendrapanda24-Mar-10 5:13
raghvendrapanda24-Mar-10 5:13 
AnswerRe: How to open PDF from server? Pin
Not Active24-Mar-10 6:25
mentorNot Active24-Mar-10 6:25 
GeneralRe: How to open PDF from server? Pin
raghvendrapanda24-Mar-10 7:42
raghvendrapanda24-Mar-10 7:42 
GeneralRe: How to open PDF from server? Pin
Not Active24-Mar-10 8:12
mentorNot Active24-Mar-10 8:12 
GeneralRe: How to open PDF from server? Pin
Member 450194024-Mar-10 11:49
Member 450194024-Mar-10 11:49 
QuestionIE8:: Text is missing from text box while print preview on IE8 environment.!!?? Pin
chetan_agarwal24-Mar-10 3:12
chetan_agarwal24-Mar-10 3:12 
Questiondynamic textbox postback Pin
test-0924-Mar-10 2:21
test-0924-Mar-10 2:21 
AnswerRe: dynamic textbox postback Pin
PSK_24-Mar-10 2:30
PSK_24-Mar-10 2:30 
GeneralRe: dynamic textbox postback Pin
test-0924-Mar-10 2:55
test-0924-Mar-10 2:55 
GeneralRe: dynamic textbox postback Pin
PSK_24-Mar-10 3:25
PSK_24-Mar-10 3:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.