|
|
|
|
|
| | Total Hits: 148 | 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: 217 | 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: 2 | Today: 0 | Author: JosephL, Arnab Dutta | 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.... |
| | Total Hits: 33 | Today: 0 | Author: Satheesh Babu B | 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.... |
| | Total Hits: 16 | 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: 142 | 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: 344 | 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 ... |
| | Total Hits: 282 | 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: 224 | Today: 0 | Author: Abishek R Srikaanth. | 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.... |
| | Total Hits: 154 | 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: 261 | 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: 374 | Today: 0 | Author: codeproject | 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).... |
| | Total Hits: 4276 | 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: 623 | Today: 0 | | Rating:  |
| |  This article describes how to determine the Web browser version in ASP.NET.... |
| | Total Hits: 692 | Today: 0 | | 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.... |
| | Total Hits: 3 | Today: 0 | Author: Thomas Weller | 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... |
| | Total Hits: 2 | Today: 0 | Author: finkgil | 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.... |
| | Total Hits: 8 | Today: 0 | Author: Virendradugar | 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.... |
| | Total Hits: 8 | Today: 0 | Author: AzamSharp | 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.... |
| | Total Hits: 9 | Today: 0 | Author: Microsoft Corporation | 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.... |
|
|
|
|
|
|
|
|
|
|
|
|
|