Click here to Skip to main content
15,887,262 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Applying theme to User Control. Pin
buaaytt15-Jul-10 23:11
buaaytt15-Jul-10 23:11 
Questionclickable gridview Pin
tek 200913-Apr-10 1:50
tek 200913-Apr-10 1:50 
AnswerRe: clickable gridview Pin
Sneha Bisht13-Apr-10 2:10
Sneha Bisht13-Apr-10 2:10 
GeneralRe: clickable gridview Pin
tek 200913-Apr-10 4:24
tek 200913-Apr-10 4:24 
GeneralRe: clickable gridview Pin
tek 200913-Apr-10 5:04
tek 200913-Apr-10 5:04 
AnswerRe: clickable gridview Pin
Abhijit Jana13-Apr-10 6:18
professionalAbhijit Jana13-Apr-10 6:18 
GeneralRe: clickable gridview Pin
tek 200913-Apr-10 7:45
tek 200913-Apr-10 7:45 
Questioncheck if flash plugin intalled on browser Pin
gottimukkala13-Apr-10 1:12
gottimukkala13-Apr-10 1:12 
Hi

I have a problem with checking if Flash installed on the user's browser in Internet Explorer, Firefox and Chrome(mainly). When the loads the page, it first checks for the flash using client script and I have to pass that(if it's installed or not) to the page. I have the client -sciprt on User Control and my problem here is to pass the result to the code-behind code of the usercotnrol.

Here is my client-script code on user control:






on error resume next
If MSDetect = "true" Then
For i = 2 to 10
If Not(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & i))) Then

Else
flashinstalled = 2
FlashVersion = i
End If
Next
End If

If flashinstalled = 0 Then
flashinstalled = 1

End If




Can any one give me idea please! I am stuck here!


Thanks in advance.
--
http://ashakthi.blogspot.com
http://kids-articles.blogspot.com

AnswerRe: check if flash plugin intalled on browser Pin
Martin Jarvis13-Apr-10 9:14
Martin Jarvis13-Apr-10 9:14 
AnswerRe: check if flash plugin intalled on browser Pin
T M Gray13-Apr-10 10:28
T M Gray13-Apr-10 10:28 
QuestionReg: language Pin
sowjanya313-Apr-10 1:09
sowjanya313-Apr-10 1:09 
AnswerRe: Reg: language Pin
Gaurav Dudeja India13-Apr-10 1:19
Gaurav Dudeja India13-Apr-10 1:19 
AnswerRe: Reg: language Pin
The Man from U.N.C.L.E.13-Apr-10 1:26
The Man from U.N.C.L.E.13-Apr-10 1:26 
GeneralRe: Reg: language Pin
J4amieC13-Apr-10 2:10
J4amieC13-Apr-10 2:10 
GeneralRe: Reg: language Pin
The Man from U.N.C.L.E.13-Apr-10 2:49
The Man from U.N.C.L.E.13-Apr-10 2:49 
AnswerRe: Reg: language Pin
Brij13-Apr-10 2:10
mentorBrij13-Apr-10 2:10 
AnswerRe: Reg: language Pin
farogh haider13-Apr-10 3:13
farogh haider13-Apr-10 3:13 
QuestionPage within a Page Pin
Paul Unsworth12-Apr-10 22:57
Paul Unsworth12-Apr-10 22:57 
AnswerRe: Page within a Page Pin
Arun Jacob12-Apr-10 23:11
Arun Jacob12-Apr-10 23:11 
GeneralRe: Page within a Page Pin
Paul Unsworth12-Apr-10 23:18
Paul Unsworth12-Apr-10 23:18 
GeneralRe: Page within a Page Pin
Arun Jacob12-Apr-10 23:20
Arun Jacob12-Apr-10 23:20 
GeneralRe: Page within a Page Pin
Paul Unsworth12-Apr-10 23:45
Paul Unsworth12-Apr-10 23:45 
AnswerRe: Page within a Page Pin
Gregory Gadow13-Apr-10 4:58
Gregory Gadow13-Apr-10 4:58 
QuestionApp_LocalResources not working with folders. Pin
udikantz12-Apr-10 22:01
udikantz12-Apr-10 22:01 
AnswerRe: App_LocalResources not working with folders. Pin
udikantz13-Apr-10 3:56
udikantz13-Apr-10 3:56 

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.