Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Monday, March 15, 2010

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


A Thorough Examination of "Disabling the Back Button."        
Total Hits: 181  |  Today: 1 Author: Akhilesh Reddy       Rating:  
Read Reviews | Write Review |   Your Rating: 

I have had a lot of people ask, "How to I ‘disable’ the back button?" or, "How do I prevent a user from clicking the back button and going back to the previous screen?" In fact, this is one of the most commonly asked questions on the ASPMessageboard and, sadly, the answer is quite simple: You CANNOT disable the back button of the browser....

Directory Browsing the .NET Way        
Total Hits: 234  |  Today: 0 Author: Christoph Wille       Rating:  
Read Reviews | Write Review |   Your Rating: 

From the 'Good Old Times' of ASP programming, many should remember the FileSystemObject object. It allows access to the file system for reading, writing and directory browsing. However, the object model is anything but perfect and as for binary files, the end of the tether is reached before we even start - it just can't be done.
And there are some other functions and properties which I would have liked to have. It looks as if these wishes would be fulfilled by the .NET Framework classes in th...

Implementing Cross-Browser Compatible Smart Navigation Features        
Total Hits: 231  |  Today: 0 Author: Damon Armstrong       Rating:  
Read Reviews | Write Review |   Your Rating: 

Smart Navigation is a feature built into ASP.NET that makes postbacks smoother by remembering the page scroll position, retaining element focus, reducing screen flicker, and not registering the postback in the browser?s history. This greatly enhances the user experience for pages that make use of postbacks, but it only works in Internet Explorer 5.5 and up. In this article Damon Armstrong will discuss how to build similar page position and focus tracking features, but which will work in all mode...

Determining Browser Capabilities in ASP.NET        
Total Hits: 49  |  Today: 0 Author: George Shepherd       Rating:  
Read Reviews | Write Review |   Your Rating: 

Web applications are different from applications that run in homogenous environments because they send their output to all kinds of platforms and Web browsers. Some browsers support client-side scripting, some support XHTML, and still others have limited screen real estate. So how will your Web app deliver content to browsers with limited capabilities or special requirements?...

Using SHBrowseForFolder in .NET        
Total Hits: 125  |  Today: 0 Author: Martin S Gill.       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article is now mostly out of date. The functionality it describes now exists in the .NET class libraries natively (System.Windows.Forms.FolderBrowserDialog). The solution is still valid for anyone using .NET 1.0, which is likely to be very few people nowadays....

How To Open a Web Page In a New Browser ASP.NET?        
Total Hits: 162  |  Today: 0 Author: Moustafa-Mohammed.       Rating:  
Read Reviews | Write Review |   Your Rating: 

Many Beginer Web Developers wonder how they can open a new web page in a new web browser and setting some options for it.

In this article I will discuss two methods of opening a new web page in a new web browser. The first method is by using the HyperLink control and the other is by using JavaScript....

Design ASP.NET Pages and Controls That Take Advantage of the DHTML Object Model        
Total Hits: 129  |  Today: 0 Author: Dino Esposito       Rating:  
Read Reviews | Write Review |   Your Rating: 

Most Microsoft® ASP.NET controls are designed to be browser independent; they generate plain HTML markup that the majority of browsers easily understand and process. As a page developer, you can control to some extent the version of the HTML language used to generate the browser response. Some of the ASP.NET controls (for example, validation server controls) detect the capabilities of the underlying browser and adapt their response accordingly. In many cases, this means that the markup is enrich...

What is a browser?        
Total Hits: 137  |  Today: 0 Author: Tony John       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article will give some definitions for browsers. Read the article for further details!...

Close Browser Window From Button Web Control        
Total Hits: 4240  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

Generally we want to perform tasks like closing browser window from client side JavaScript itself. However, there might be cases when we should perform some another processing - may be logging or usage tracking - when user explicitly closes the application. This How To will tell you how to code server side Button click event that also closes browser window....

Browser Compatible Drag And Drop Shopping Cart        
Total Hits: 225  |  Today: 0 Author: 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....

Determining Browser Capabilities in ASP.NET        
Total Hits: 72  |  Today: 0 Author: George Shepherd       Rating:  
Read Reviews | Write Review |   Your Rating: 

Web applications are different from applications that run in homogenous environments because they send their output to all kinds of platforms and Web browsers. Some browsers support client-side scripting, some support XHTML, and still others have limited screen real estate. So how will your Web app deliver content to browsers with limited capabilities or special requirements?...

Using the WebBrowser as an extention possibility        
Total Hits: 110  |  Today: 0 Author: Filip van der Meeren.       Rating:  
Read Reviews | Write Review |   Your Rating: 

We have all seen the nice little features of the Microsoft MSN Messenger Activity SDK (well, I have ;-). MSN provides us with the SDK, messengeractivitySDK.zip. With this SDK, the developer has the power to create little applications. Data can now easily be sent from one application to the other. I have seen a nice example on the Code Project. However, this article isn't about the implementation of the Messenger Activity SDK. Rather, it discusses taking advantage of the System.Windows.Forms.WebB...

Transparency and Opacity Experiments with .NET's Web Browser Control        
Total Hits: 112  |  Today: 0 Author: ashish_patil++.       Rating:  
Read Reviews | Write Review |   Your Rating: 

First, let me accept that .NET is really cool. It certainly accelerates development time multifold. Also, it has very powerful features that can be used very easily. Microsoft has started to give 'Express Edition' of its development tool free of cost, which I believe is the best thing that can ever happen to .NET. I just happened to get my hands on the Visual C# 2005 Express Edition (Beta) and was amazed !!...

Dynamically browse Active Directory Objects        
Total Hits: 291  |  Today: 0 Author: Sibster.       Rating:  
Read Reviews | Write Review |   Your Rating: 

This guide shows how to create an application in C#, for browsing Active Directory objects. On the left navigate objects/containers with an TreeView control. Only AD root will be read in, after successful authentication. The "children" of the containers will be dynamically loaded after the user clicks on an object. If no "children" exists no, action will be performed. Attributes and their values, of marked containers on the TreeView control, will be displayed on the right ListView control. Both ...

Simple Active Directory Browser        
Total Hits: 383  |  Today: 0 Author: 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....

Save Changes on Close of Browser or when exiting the page.        
Total Hits: 202  |  Today: 0 Author: Abishek R Srikaanth.       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article describes on how you can implement the functionality of saving changes on close of the browser. It also discusses on varios ways that the user can exit the page and can data be saved on those events also. Thanks a lot merlin981 for your comment. I am currently working on the adding more functionality to the code by detecting changes on the page and then prompting the user to save data if changes have been made. Added support for Firefox also....

Inline Redirections in ASP.NET        
Total Hits: 179  |  Today: 0 Author: Vasudevan Deepak Kumar.       Rating:  
Read Reviews | Write Review |   Your Rating: 

We normally use Response.Redirect in our ASP scripts to redirect the user from one page to another. But Response.Redirect normally sends a 302 Redirect Request to the client browser which then initiates a next HTTP Request to the server with the correct URL that the webserver might have put in the HttpHeader in the Location value. Though this gives a nice way to jump between the URLs, the catch is that it incurs a (costly) roundtrip between the HttpServer and the client browser. The simple and d...

Export your Crystal Report contents directly into a browser (IE) window        
Total Hits: 356  |  Today: 0 Author: codeproject       Rating:  
Read Reviews | Write Review |   Your Rating: 

How to display Crystal Report in PDF format in a browser window.
In this article Author describes a piece of code may help you to display the crystal report in a popup window in its exported format (like PDF, Word, HTML etc.).
The function can be called in Page_Load event of aspx file, in which your are planning to display the report content in its exported format (Eg: PDF)....

HOW TO: Determine the Browser Version in ASP.NET (Q311281)        
Total Hits: 575  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article describes how to determine the Web browser version in ASP.NET....

Browser Capabilities Component in ASP.NET        
Total Hits: 669  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

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


1  2  3  4  Next >> 


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net