How do you check whether the browser supports java or not using C#.NET?
by
Narain_Siddharth
on
Dec 25, 2011
Category:
C#.NET
|
Level:
Beginner
|
Views:
62
|
Points:
25
|
Silver ★
|
|
|
see the below c# code to check whether the browser supports java or not
bool blJavaSuprt = Request.Browser.JavaApplets; Response.Write(blJavaSuprt.ToString());
|
Like this question? Bookmark and Share:
 « Previous Question | Next Question »
|
|
|
|
No Response found!
|
|
|