Hits Today: 1 Total: 8543 | Updated: 5/2/2002 | |
 | This How To will tell you how to code server side Button click event that also closes browser window.
Author: Bipin Joshi Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 349 | Updated: 9/13/2006 | |
 | This tutorial will show you how to gather your web browser capabilities using ASP.NET 2.0 and C#. The class of HttpBrowserCapabilities will enable the server to gather information on the capabilities of the browser that is running on the client. Author: AspNetTutorials.com Code: ASP.NET v2.0 & C# |
Hits Today: 1 Total: 4374 | Updated: 7/31/2002 | |
 | Using the httpbrowser object you can view the surfer's browser capabilities and respond accordingly. Here we show how to check all the main browser capabilites including cookies, frames, and java. Author: Robin Smith Code: ASP.NET v1.0 & C# | |  | |
Hits Today: 1 Total: 3552 | Updated: 11/27/2003 | |
 | Detecting Browser Capabilities using ASP.NET is pretty easy when you use the HttpRequest.Browser Class. This tutorial contains over 20 ASP.NET examples using the HttpRequest.Browser Class to Detect Browser Capabilities. Author: www.easerve.com Code: ASP.NET v1.1 & VB |
Hits Today: 2 Total: 855 | Updated: 7/3/2006 | |
 | In this simple application you will learn how you can open other website's page in your application page. Create a new ASP.Net application. Create a textbox with name txt_url, a panel with name main panel and a button having text Load Page. Author: DevASP Code: ASP.NET v1.1 & VB |
Hits Today: 1 Total: 1846 | Updated: 6/27/2003 | |
 | This article describes how to determine the Web browser version in ASP.NET. ASP.NET introduces the HttpBrowserCapabilities class to gather information during an HTTP request about the capabilities of the browser.
Author: microsoft.com Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 2262 | Updated: 5/23/2002 | |
 | This step-by-step article demonstrates how to determine the client browser type in server-side code without using the BrowserType object in ASP.NET. Author: unknown Code: ASP.NET v1.0 & VB | |  | |
Hits Today: 1 Total: 2635 | Updated: 8/28/2002 | |
 | A paper and sample ASP.NET server control (full source) for cooperatively registering client-side JavaScript functions with client-side Window object events. Useful for creating server controls or for resolving conflicts between existing controls. Author: Joseph King Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 2449 | Updated: 6/9/2003 | |
 | Browser detection, as its name implies, is detecting what browser a Web visitor is using. This is possible because Web browsers, when making an HTTP request to a Web server, pass in their HTTP headers a string referred to as the User-Agent. Author: Scott Mitchell Code: ASP.NET v1.0 & VB |
|