Click here to Skip to main content
15,911,711 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When executing .aspx page having following line
Response.Write(Request.Browser.ActiveXControls) 

it gives right result as "true"
while same page is executing in firefox ver 3.5 or in chrome it gives "false" result.

I have already installed adobe flash player version 10 .
please help me.
Posted
Updated 30-Mar-11 20:16pm
v2

This simply means that some browers on your machine support ActiveXControls, and some (like firefox) don't. The check you do does not depend on the 'computer', but on the browser used.

You can adjust the browser's settings to allow / disallow ActiveXControls.

Eduard
 
Share this answer
 
this dependent to your browser.
be successful
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900