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

ASP.NET

 
QuestionHow to protect a page requested only by an external tool or administrator? Pin
TRAORE cheickna13-Nov-11 6:40
TRAORE cheickna13-Nov-11 6:40 
AnswerRe: How to protect a page requested only by an external tool or administrator? Pin
thatraja13-Nov-11 8:40
professionalthatraja13-Nov-11 8:40 
QuestionListView and DataPager in Update Panel Pin
cowcow1234513-Nov-11 6:13
cowcow1234513-Nov-11 6:13 
AnswerRe: ListView and DataPager in Update Panel Pin
thatraja13-Nov-11 8:49
professionalthatraja13-Nov-11 8:49 
GeneralRe: ListView and DataPager in Update Panel Pin
cowcow1234514-Nov-11 1:11
cowcow1234514-Nov-11 1:11 
QuestionHide my flash in iframes Pin
benams13-Nov-11 1:04
benams13-Nov-11 1:04 
AnswerRe: Hide my flash in iframes Pin
Not Active13-Nov-11 3:19
mentorNot Active13-Nov-11 3:19 
AnswerRe: Hide my flash in iframes Pin
Dennis E White14-Nov-11 6:41
professionalDennis E White14-Nov-11 6:41 
two articles on browser detection:

http://peter.michaux.ca/articles/feature-detection-state-of-the-art-browser-scripting[^]

http://jibbering.com/faq/notes/detect-browser/[^]

my recommendation though is to use a javascript framework which will take on most of the work for you. once you have determined your browser you can simply hide the div by setting its css display property to none.

just a note though you might still run into problems with the flash trying to run? I am not a huge fan of flash so I have never tried this route before.

my recommendation would be to add the iframe to your document only after you have determined that the browser supports it.
as if the facebook, twitter and message boards weren't enough - blogged

QuestionHow to implement an asynchronous code? Pin
TRAORE cheickna12-Nov-11 13:04
TRAORE cheickna12-Nov-11 13:04 
AnswerRe: How to implement an asynchronous code? Pin
Not Active12-Nov-11 16:21
mentorNot Active12-Nov-11 16:21 
Questioncontrols in asp.net Pin
Member 821751712-Nov-11 5:33
Member 821751712-Nov-11 5:33 
AnswerRe: controls in asp.net Pin
Dennis E White12-Nov-11 18:55
professionalDennis E White12-Nov-11 18:55 
Questionweb controls Pin
sc steinhayse11-Nov-11 5:55
sc steinhayse11-Nov-11 5:55 
AnswerRe: web controls Pin
Not Active11-Nov-11 7:44
mentorNot Active11-Nov-11 7:44 
GeneralRe: web controls Pin
Dennis E White11-Nov-11 12:23
professionalDennis E White11-Nov-11 12:23 
Questionhow to generate id to every click on save button. Pin
raiskhanshab11-Nov-11 4:28
raiskhanshab11-Nov-11 4:28 
AnswerRe: how to generate id to every click on save button. Pin
Not Active11-Nov-11 5:21
mentorNot Active11-Nov-11 5:21 
QuestionHow to determine if any users are currently viewing website? Pin
Goalie3511-Nov-11 3:43
Goalie3511-Nov-11 3:43 
AnswerRe: How to determine if any users are currently viewing website? Pin
Dennis E White11-Nov-11 5:46
professionalDennis E White11-Nov-11 5:46 
GeneralRe: How to determine if any users are currently viewing website? Pin
Not Active11-Nov-11 7:35
mentorNot Active11-Nov-11 7:35 
GeneralRe: How to determine if any users are currently viewing website? Pin
Dennis E White11-Nov-11 12:36
professionalDennis E White11-Nov-11 12:36 
GeneralRe: How to determine if any users are currently viewing website? Pin
Not Active11-Nov-11 13:34
mentorNot Active11-Nov-11 13:34 
GeneralRe: How to determine if any users are currently viewing website? Pin
Dennis E White12-Nov-11 4:55
professionalDennis E White12-Nov-11 4:55 
AnswerRe: How to determine if any users are currently viewing website? Pin
Not Active11-Nov-11 7:39
mentorNot Active11-Nov-11 7:39 
Questionuse dropdown list control Pin
sc steinhayse11-Nov-11 1:54
sc steinhayse11-Nov-11 1:54 

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.