Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > ASP.Net > Browsers


Search:
What's New - What's Hot
Simple Active Directory Browser     
Total Hits: 489  |  Today: 0Author: stotti_no1.      Rating:  
Read Reviews | Write Review |  Your Rating: 

Ever wondered how to write a simple Active Directory Browser? Well, then look at my example code here. Its quite simple and straightforward. I am utilizing System.DirectoryServices to connect to AD and enumerate objects.

Of course, this is a simple example which doesn't include threading to make the user interface respond faster. But it will give you an idea of how to connect to AD and do some simple browsing....

Passing Arrays Between the Browser and an ASP Page     
Total Hits: 130  |  Today: 0Author: Luke Bailey      Rating:  
Read Reviews | Write Review |  Your Rating: 

I have often had a need to pass various arrays of data from the server to a browser and vice a versa, and although JavaScript has good array handling facilities what I really wanted was a simple library that implemented array passing in both JavaScript (for the client-side) and VBScript (for the server-side ASP code). Implementing such a library would allow JavaScript code in the client’s browser to send a large amount of data via a single HTTP POST field that the server could then interpret wit...

Using the WebBrowser Control in ASP.NET  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Dianyang Wu      Rating:  
Read Reviews | Write Review |  Your Rating: 

Many web applications such as proxy web servers and multiple search engines are required to access the HTML pages of other websites. The classes WebClient, WebRequest, and WebResponse are usually used to perform these requirements in ASP.NET.

On the other hand, a WebBrowser control is used in a Windows Forms application to browse web pages and other browser-enabled documents. WebBrowser provides many events to track data processes, and many properties and methods to access and create new ...

Windows Phone WebBrowser  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Raj Kumar      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes the use of the Windows Phone WebBrowser control. WebBrowser is like a mini browser which displays web content, static web content, dynamically generated web content from the network....

Disabling browser's back functionality on sign out from Asp.Net  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: RohitDighe      Rating:  
Read Reviews | Write Review |  Your Rating: 

When i was doing coding for sign in and sign out for my clients application, i found that after signing out from the application i transfered the control to login page e.g. login.aspx. At this point if i click the Back button of Browser it shows the content of previous page user was viewing.

As there was important data displayed on page it is security threat.

It is a threat for web applications displaying important information like credit card numbers or bank account details....

Maintaining browser history in ASP.NET AJAX  Version: 0.00     Price: $0.00  
Total Hits: 3  |  Today: 0Author: SheoNarayan      Rating:  
Read Reviews | Write Review |  Your Rating: 

When we usually work with ASP.NET AJAX, we feel the lack of history in the browser (browser back and forward button doesn't work) when we perform any asynchronous operation. In this article, I am going to show how to maintain the browser history while performing ASP.NET AJAX asynchronous postback operation....

The Page Life Cycle of Client [Browser]     
Total Hits: 58  |  Today: 0Author: asithangae      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article explains the Client Life Cycle of Ajax Script Manager and Update Control. It also explains the page life cycle when a partial postback happens because of Ajax control, and the control over the events as a devoloper....

Browser Compatible Drag And Drop Shopping Cart     
Total Hits: 92  |  Today: 0Author: AzamSharp      Rating:  
Read Reviews | Write Review |  Your Rating: 

Sometime back I visited a website that had the drag and drop shopping cart feature. Users can simply drag and drop the items they wish to buy in the basket and the basket is updated with the new results. I was extremely impressed with this feature and decided to create a small application that does the same. In this article I will implement a page which enables the users to drag and drop the items they wish to buy into the shopping basket. The shopping basket items and the price will be updated....

Detect the browser using ASP.NET and C#     
Total Hits: 118  |  Today: 0Author: Agus Kurniawan.      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article intends to show how to detect the browser on the clients side. I use the HttpBrowserCapabilities class using the C# language. The HttpBrowserCapabilities class gives information on the capabilities of the browser that is running on the client. It needs the System.Web namespace. HttpBrowserCapabilities properties are accessible through the Browser property of ASP.NET's intrinsic Request object. Here's the HttpBrowserCapabilities members...

avascript; Browser Detection and Page Redirection     
Total Hits: 49  |  Today: 0Author: Evernew Solutions      Rating:  
Read Reviews | Write Review |  Your Rating: 

A recent project was developed using Internet Explorer 5.5 as the browser of choice. Aware of browser incompatibilities, viewing the web page using three other commonly used browsers, Internet Explorer 4.0, Netscape Navigator 6.1, and Netscape Navigator 4.7 revealed some 'distortions'. This was mainly due to whether or not a particular browser could interpret style sheets, and if so how the style sheets were interpreted....

How to determine browser type in server-side code without the BrowserType object in ASP.NET     
Total Hits: 62  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

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.
In classic Microsoft Active Server Pages (ASP), the two most common methods to determine the client browser type are to use the BrowserType component or the Request.ServerVariables("HTTP_USER_AGENT") variable. Although you can use these methods in ASP.NET, you can also use the new properties that ASP.NET provides. In ASP.NET, the Request object i...

Building "Splashes" wit C# ASP.NET     
Total Hits: 137  |  Today: 0Author: Patrik Löwendahl      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is just a simple "how to" really. It will show a neat little technique to retrieve a HTML response to insert into your own little box on your site.
To do this, we will build a little class which leverages some of the HTTP classes in the framework....

Browser Sniffing in ASP.NET     
Total Hits: 40  |  Today: 0Author: Doug Seven      Rating:  
Read Reviews | Write Review |  Your Rating: 

Sniffing browser capabilities is nothing new to an experienced web developer. Over time many different approaches have come around...using InStr() to see if a particular value, such as MSIE was in the HTTP_User_Agent value of the Request.ServerVariables collection, or using the Browser Capabilities component in ASP 3.0 to compare against. In ASP.NET you get the HttpBrowserCapabilities class, a new and improved Browser Capabilities component....

Browser Capabilities Component in ASP.NET     
Total Hits: 69  |  Today: 0Author: Faisal Khan.      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article we are going to learn about the HttpBrowserCapabilities component of ASP.NET which will allow you to detect the user browser and develop browser friendly pages....

Using RAVE to understand web browsers     
Total Hits: 91  |  Today: 0Author: Toby Jacob Rhodes.      Rating:  
Read Reviews | Write Review |  Your Rating: 

What is RAVE? RAVE is an acronym that describes the different types of web browsers that use web pages. Specifically, it stands for Reader, Adapter, Viewer, and Editor. The purpose of this article is to demonstrate one way to create a web page that can be read by any type of web browsers....

Become a Parter: Professional Integration Services     
Total Hits: 59  |  Today: 0Author: Björn Meyer      Rating:  
Read Reviews | Write Review |  Your Rating: 

We have founded the TX Text Control® Server Professional Integration Services partner program to guarantee and sustain the consistent quality of TX Text Control Server integration services. Our partners are highly qualified software and consulting companies with outstanding knowledge of our products and their integration into professional software solutions....

Not-so-Quick Start Guide     
Total Hits: 49  |  Today: 0Author: Ken.Robertson.Blog      Rating:  
Read Reviews | Write Review |  Your Rating: 

Was downloading a trial version of some software this morning, when a little bit of text on the site caught my eye: Our 35-page QuickStart Guide will get you up and going within 15 minutes. Few observations... first, if it is 35 pages, does it really qualify as a quick start guide? I mean, those are usually a couple of pages, maybe 5 pages tops. Second, you think I am going to read 35 pages and set up the program in 15 minutes? Maybe spend 30 minutes reading it, and then I'd....

HTTP Browser Capabilities with ASP.NET     
Total Hits: 220  |  Today: 0Author: Robin Smith      Rating:  
Read Reviews | Write Review |  Your Rating: 

Using the httpbrowser object you can view the surfer's browser capabilities and respond accordingly....

BrowserHawk 9     
Total Hits: 253  |  Today: 0Author: Steven Smith      Rating:  
Read Reviews | Write Review |  Your Rating: 

BrowserHawk is the market leader for commercial browser detection components. In this review, Steve describes his experience with the product and demonstrates some of its features....

Death of the Browser?     
Total Hits: 83  |  Today: 0Author: Billy Hollis      Rating:  
Read Reviews | Write Review |  Your Rating: 

In the interests of full disclosure, let's get something out of the way right now. I don't like programming to a browser. Let's face it, in terms of developing friendly, responsive user interfaces, browser-based programming is a huge step backwards. HTML and the browser were not designed to be a platform for application user interfaces. They were designed for hyperlinked documents. Interfaces developed in a browser pale next to what we can do with tools like Visual Basic®. Because the browser wa...


1  2  3  4  


Disclaimer - Privacy
© 2002-2012 DevASP.net