I need to separate IE and FF browsers from others
it\'s a pseudo-code :
If (CurrentBrowser == IE(6+) or FF(2+) ) { ... } else { ... }
use from
Request.Browser
this link will help you :
Detect the browser using ASP.NET and C#