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
Transparency and Opacity Experiments with .NET's Web Browser Control     
Total Hits: 148  |  Today: 0Author: 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 !!...

A Thorough Examination of "Disabling the Back Button."     
Total Hits: 217  |  Today: 0Author: 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....

A DropDownList which you can hide bellow a DIV tag in IE6 and other browser  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: JosephL, Arnab Dutta      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is an effort to replicate and improve on the functionality of the MS ASP.Net Drop Down List control for web applications running on IE 6 browsers. It supports similar features as the MS Drop Down List control. This is a work in progress. By downloading and studying the code in the demo project, you will see how simple it is to implement the code into your own projects. Below are several screen shots of the control and instructions on its use....

How to open a popup window when user closes the browser close button in ASP.Net?  Version: 0.00     Price: $0.00  
Total Hits: 33  |  Today: 0Author: Satheesh Babu B      Rating:  
Read Reviews | Write Review |  Your Rating: 

At times, we will have requirements to open a popup window when we close an asp.net page. For example, when a user closes the IE where our site is opened we can open a popup page thanking him and getting a feedback of our site....

Browser Compatible Drag And Drop Shopping Cart  Version: 0.00     Price: $0.00  
Total Hits: 16  |  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....

Using SHBrowseForFolder in .NET     
Total Hits: 142  |  Today: 0Author: 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....

Dynamically browse Active Directory Objects     
Total Hits: 344  |  Today: 0Author: 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 ...

Directory Browsing the .NET Way     
Total Hits: 282  |  Today: 0Author: 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...

Save Changes on Close of Browser or when exiting the page.     
Total Hits: 224  |  Today: 0Author: 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....

Design ASP.NET Pages and Controls That Take Advantage of the DHTML Object Model     
Total Hits: 154  |  Today: 0Author: 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...

Implementing Cross-Browser Compatible Smart Navigation Features     
Total Hits: 261  |  Today: 0Author: 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...

Export your Crystal Report contents directly into a browser (IE) window     
Total Hits: 374  |  Today: 0Author: 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)....

Close Browser Window From Button Web Control     
Total Hits: 4276  |  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....

HOW TO: Determine the Browser Version in ASP.NET (Q311281)     
Total Hits: 623  |  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: 692  |  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....

Integration testing an ASP.NET MVC application without web server or browser  Version: 0.00     Price: $0.00  
Total Hits: 3  |  Today: 0Author: Thomas Weller      Rating:  
Read Reviews | Write Review |  Your Rating: 

While many of the single components of an ASP.NET MVC application are easy to test (-drive) in an isolated manner (e.g. controllers), this can be hard for some others (like e.g. model binders) - and sometimes it just doesn't make much sense to test a single piece of code in isolation (e.g. for security-related issues). In such a case, some sort of integration testing has to be done, which in the context of ASP.NET MVC typically implies the usage of a browser automation framework like e.g. Selen...

Adding a Javascript Block Into a Form Hosted by WebBrowser Control  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: finkgil      Rating:  
Read Reviews | Write Review |  Your Rating: 

Today I found myself with a need to add a javascript block into a WebBrowser
control in order to do some work. This post will show you the steps to do exactly that....

Handle back button of the browser  Version: 0.00     Price: $0.00  
Total Hits: 8  |  Today: 0Author: Virendradugar      Rating:  
Read Reviews | Write Review |  Your Rating: 

How many time, it has happened with you that when your client has asked you to that end-user should not be allowed to go back to previous page using browsers back button? But the actual problem is we don't have any control on the browser's back button. The “Back” browser button cannot be actually disabled by a web application as the browser security will not allow this. But yes there are number of workarounds using which we can achieve this functionality....

Find Out If JavaScript Is Enabled On User's Browser  Version: 0.00     Price: $0.00  
Total Hits: 8  |  Today: 0Author: AzamSharp      Rating:  
Read Reviews | Write Review |  Your Rating: 

JavaScript has always been popular but with the boom in Ajax web development it has given JavaScript a new meaning. Most of the websites today relies heavily on JavaScript. This means you need to make sure that if your users can support JavaScript. In this article we are going to tackle the problem of finding out if the JavaScript is enabled on the user’s browser or not....

Detecting Browser Capabilities  Version: 0.00     Price: $0.00  
Total Hits: 9  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

Although browsers support most JScript features, the new features that target the .NET Framework, class-based objects, data types, enumerations, conditional compilation directives, and the const statement, are supported only on the server-side. Consequently, you should use these features exclusively in server-side scripts. For more information, see JScript Version Information....


1  2  3  4  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net