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

ASP.NET

 
AnswerRe: Clustered Solutions Pin
Arindam Tewary21-Apr-10 2:25
professionalArindam Tewary21-Apr-10 2:25 
AnswerRe: Clustered Solutions Pin
Brij21-Apr-10 0:18
mentorBrij21-Apr-10 0:18 
GeneralRe: Clustered Solutions Pin
Paul Unsworth21-Apr-10 0:20
Paul Unsworth21-Apr-10 0:20 
GeneralRe: Clustered Solutions Pin
Brij21-Apr-10 0:32
mentorBrij21-Apr-10 0:32 
Questionsecuring querystring Pin
suhaib198220-Apr-10 22:45
suhaib198220-Apr-10 22:45 
AnswerRe: securing querystring Pin
Arindam Tewary20-Apr-10 23:42
professionalArindam Tewary20-Apr-10 23:42 
AnswerRe: securing querystring Pin
Avinash_Mane21-Apr-10 0:25
Avinash_Mane21-Apr-10 0:25 
AnswerRe: securing querystring Pin
Sandesh M Patil21-Apr-10 1:28
Sandesh M Patil21-Apr-10 1:28 
AnswerRe: securing querystring Pin
Jamil Hallal21-Apr-10 2:56
professionalJamil Hallal21-Apr-10 2:56 
AnswerRe: securing querystring Pin
Balaji_Reddy21-Apr-10 4:31
Balaji_Reddy21-Apr-10 4:31 
AnswerRe: securing querystring Pin
jaypatel51222-Apr-10 6:23
jaypatel51222-Apr-10 6:23 
QuestionHow to Hide the Address bar and status bar Pin
koncuk20-Apr-10 22:29
koncuk20-Apr-10 22:29 
AnswerRe: How to Hide the Address bar and status bar Pin
Arindam Tewary20-Apr-10 22:33
professionalArindam Tewary20-Apr-10 22:33 
GeneralRe: How to Hide the Address bar and status bar Pin
koncuk20-Apr-10 22:44
koncuk20-Apr-10 22:44 
AnswerRe: How to Hide the Address bar and status bar Pin
Arindam Tewary20-Apr-10 23:17
professionalArindam Tewary20-Apr-10 23:17 
AnswerRe: How to Hide the Address bar and status bar Pin
michaelschmitt20-Apr-10 22:46
michaelschmitt20-Apr-10 22:46 
You cannot do that from server side, as you dont have access to the clients browser settings.

A possible - nearly - solution would be to use javascript (and windows.open) like described in
this thread. But, like mentioned there, the
user can prohibit hiding bars in different browsers. And it will certainly not look like a windows form.

Another possibility is to use divs/panels - which look like windows forms - and make use of the ajaxcontroltoolkit (and the popup-extender controls etc.) to open/close these divs/panels. For
the user it "feels" like an seperate window/page then, even if it isnt. There are also some rich (and free) java ui kits out there, which provide these kind of "windows" functionality. The advantage is that
popup blockers dont block these "popups" because they arent popups..But it is certainly more difficult
to get dynamic content working in these szenarios.

Check componentone.com for an commercial example (window control in asp.net suite).
GeneralRe: How to Hide the Address bar and status bar Pin
koncuk20-Apr-10 23:56
koncuk20-Apr-10 23:56 
GeneralRe: How to Hide the Address bar and status bar Pin
michaelschmitt21-Apr-10 0:20
michaelschmitt21-Apr-10 0:20 
AnswerRe: How to Hide the Address bar and status bar Pin
Jamil Hallal21-Apr-10 2:47
professionalJamil Hallal21-Apr-10 2:47 
GeneralRe: How to Hide the Address bar and status bar Pin
koncuk21-Apr-10 2:53
koncuk21-Apr-10 2:53 
GeneralRe: How to Hide the Address bar and status bar Pin
sujit.patil22-Aug-11 3:09
sujit.patil22-Aug-11 3:09 
QuestionGRID VIEW ISSUE Pin
Amit Patel198520-Apr-10 21:38
Amit Patel198520-Apr-10 21:38 
AnswerRe: GRID VIEW ISSUE Pin
Brij20-Apr-10 21:42
mentorBrij20-Apr-10 21:42 
AnswerRe: GRID VIEW ISSUE Pin
Arindam Tewary20-Apr-10 22:42
professionalArindam Tewary20-Apr-10 22:42 
Questionreg image wen specified in table Pin
sowjanya320-Apr-10 19:06
sowjanya320-Apr-10 19:06 

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.