Tips Station Asp.net Article Seo Articles
Tutorials Code Samples
›  Home
›  Mission
›  About us
›  Contact Us
›  Feedback
›  Terms & Condition
Asp Articles
IT Solutions
 
› ASP.NET

› Programming Tips

› Ajax

› Asp

› ADO.NET

› Databases

› SEO

› CSS And Designing

› Php

 
Most Viewed Articles
 
› Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

› Change theme dynamically without page refresh in ASP.NET

› Install AJAX On Machines Running Visual Studio 2005

› Creating Pretty Popups Using AJAX

› Simple ASP Image Resize Function

› SQL Server Performance Counters

› ASP.Net Interview Questions And Their Answers

› Encode Url using ASP

› Difference Between DataGrid and GridView in Asp.Net

› Select Specific Value WithIn Drop Down List Or Radio Button List

more...
 
 
Home> Asp
 
Browser Detection in ASP
 

To test to see which browser your users are using try this simple code:

If InStr(Request.ServerVariables("HTTP_USER_AGENT"),"MSIE") Then
     Response.Write("Your browser is Internet Explorer!")
Else If InStr(Request.ServerVariables("HTTP_USER_AGENT"),"Mozilla") Then
     Response.Write("Your browser is Netscape!")
Else
     Response.Write("Your browser is other than Internet Explorer and Netscape.")
End If
End If

 
 
Vrp Technologies
 
Serversea Hosting
 
 
Latest Articles
 
› Sending SMS With PHP

› MySQL Join Tutorial

› Make An RSS Feed Using PHP

› Intro To Object: Option Variables

› Design An Online Chat Room With PHP And MySQL

› Create Tell A Friend Script With HTML & PHP

› Benchmark And Optimize PHP Script Speed

› What Kind of DBA Are You?

› SQL Server Performance Counters

› SQL Server Performance Tips

more...
 
Random Articles
 
› Filter Certain Words in a String - Asp.net

› Clear all Cached objects in Asp.Net

› ASP.Net Tips and Tricks

› Cache Data within your Application - Asp.Net

› Dynamically Generating Thumbnail Images in ASP.NET

› Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

› Intro To Object: Option Variables

› Display records from Microsoft Excel in ASP

› Discovering Your Google PR (Page Rank) Value

› How to modify expire date of a cookie using Asp

more...
 
Home Mission About us Contact us Feedback Terms Conditions
2008 © Copyright TipsStation. All rights reserved.