|
|
|
|
|
Total Hits: 55 | Today: 0
|
Author: Akhilesh Reddy
|
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....
|
|
|
|
Total Hits: 100 | Today: 0
|
Author: Christoph Wille
|
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...
|
|
|
|
Total Hits: 156 | Today: 0
|
Author: Damon Armstrong
|
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...
|
|
|
|
Total Hits: 33 | Today: 0
|
Author: Chris Richner
|
Rating:
|
|

This tree view control gives you the ability to control which drive types are displayed to let the user choose directories. A possible scenario is to show only local drives, because your Application scan the selected directories and fill a database with the generated meta data, and it makes no sense to allow directories from removable drives.This release has a new design which is based on a tree view which aggregates a tree view data provider interface (Strategy pattern). The goal of the new des...
|
|
|
|
Total Hits: 9 | Today: 0
|
Author: George Shepherd
|
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?...
|
|
|
|
Total Hits: 46 | Today: 0
|
Author: Moustafa-Mohammed
|
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....
|
|
|
|
Total Hits: 24 | Today: 0
|
Author: Chris Maunder
|
Rating:
|
|

In web development it is often important to know which browser is viewing the page you are serving. Traditional ASP applications used the Browser Capabilities object that resides in the \system32\inetsrv\browscap.dll DLL. This object takes the User Agent string that a browser sends to a website and compares it to a list of simple wildcard expressions in the browscap.ini file to determine the type of browser currently requesting a page....
|
|
|
|
Total Hits: 71 | Today: 0
|
Author: Moustafa-Mohammed.
|
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....
|
|
|
|
Total Hits: 94 | Today: 0
|
Author: Dino Esposito
|
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...
|
|
|
|
Total Hits: 102 | Today: 0
|
Author: Tony John
|
Rating:
|
|

This article will give some definitions for browsers. Read the article for further details!...
|
|
|
|
Total Hits: 4063 | Today: 0
|
|
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....
|
|
|
|
Total Hits: 13 | Today: 0
|
Author: George Shepherd
|
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?...
|
|
|
|
Total Hits: 12 | Today: 0
|
Author: petersgyoung
|
Rating:
|
|

In May 2007, I developed a Pocket PC Simulated Browser for window-based application. My original intention was to give better user experience for me to develop a PDA version of my web-based CRM project. My CRM project is now nearly completed. I find that it is necessary to write similar PDA Browser which can be run on browser so that clients can see the PDA demo on the web....
|
|
|
|
Total Hits: 66 | Today: 0
|
Author: AzamSharp
|
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....
|
|
|
|
Total Hits: 27 | Today: 0
|
Author: George Shepherd
|
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?...
|
|
|
|
Total Hits: 55 | Today: 0
|
Author: Bobby Ryzhy
|
Rating:
|
|

This sample project allows users to browse directories via the web. With this code, you can browse these directories via UNC paths or HTTP directory browsing. Example:
* UNC paths - c:\ or \\server\share * HTTP directory browsing - http://server/directory...
|
|
|
|
Total Hits: 17 | Today: 0
|
Author: Martin S Gill.
|
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....
|
|
|
|
Total Hits: 19 | Today: 0
|
Author: Filip van der Meeren.
|
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...
|
|
|
|
Total Hits: 27 | Today: 0
|
Author: ashish_patil++.
|
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 !!...
|
|
|
|
Total Hits: 99 | Today: 0
|
Author: Sibster.
|
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 ...
|
|
|
|
|
|