C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !






TIP of the Day


Posted Date: 17 Jun 2008      Total Responses: 6

Posted By: Danasegarane.A       Member Level: Diamond     Points: 1



Hi I planed to post tip every day...

Here is the tip for today


How will detect the browser supports Javascript


if (Request.Browser.JavaScript)
{
Response.Write("Browser Supports Jasvscript");
}
else
{
Response.Write("Browser not supporting Jasvscript");
}



The Request.Browser.Javascript returns a bool value
If the Value is True - Browser supports javascript.Else not

More info : http://msdn.microsoft.com/en-us/library/system.web.httprequest.browser.aspx


Hope this helps

Dana

Thanks and Regards,
Danasegarane Arunachalam





Responses

Author: Mariyappa Rajkumar    17 Jun 2008Member Level: SilverRating:     Points: 2

Superb really useful


Author: sandhya bhavani    17 Jun 2008Member Level: GoldRating:     Points: 2

Hi

Nice Tip..
Every Day same time u r posting the tip?

Thanx
sandhya



Author: Ravichandran    17 Jun 2008Member Level: GoldRating:     Points: 2

Hi Dana,

Very nice link, very very useful one.



Author: verticalwhite    17 Jun 2008Member Level: BronzeRating:     Points: 2

useful one...


Author: Danasegarane.A    17 Jun 2008Member Level: DiamondRating:     Points: 2

Updation

VS2005 has the other method to check.. MSDN suggest that use the

Request.Browser.EcmaScriptVersion


If the

Request.Browser.EcmaScriptVersion.Major


Integer value is greater than or equal to 1 means that the Browser Suports Javscript



Thanks and Regards,
Danasegarane Arunachalam



Author: Kumar Velu    17 Jun 2008Member Level: DiamondRating:     Points: 2

Nice link..


Post Reply
You must Sign In to post a response.
Next : Notification services
Previous : hyperlink
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design


Contact Us    Privacy Policy    Terms Of Use