Click here to Skip to main content
15,903,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: reg image wen specified in table Pin
Viral Upadhyay20-Apr-10 19:23
Viral Upadhyay20-Apr-10 19:23 
GeneralRe: reg image wen specified in table Pin
sowjanya320-Apr-10 19:52
sowjanya320-Apr-10 19:52 
GeneralRe: reg image wen specified in table Pin
sowjanya320-Apr-10 20:01
sowjanya320-Apr-10 20:01 
GeneralRe: reg image wen specified in table Pin
sowjanya320-Apr-10 20:10
sowjanya320-Apr-10 20:10 
AnswerRe: reg image wen specified in table Pin
manoj_mishra21-Apr-10 0:55
manoj_mishra21-Apr-10 0:55 
QuestionGridDataitem retrival issue Pin
mark_me20-Apr-10 15:25
mark_me20-Apr-10 15:25 
AnswerRe: GridDataitem retrival issue Pin
Arindam Tewary20-Apr-10 22:32
professionalArindam Tewary20-Apr-10 22:32 
NewsWindows Azure Free 1 week pass - 19 to 26 April Pin
GoAzure20-Apr-10 11:32
GoAzure20-Apr-10 11:32 

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.