|
|
|
|
|
Total Hits: 16 | Today: 1
|
Author: Dundas Software
|
Rating:
|
|

The latest Microsoft patch for Internet Explorer included a change to ActiveX requiring all interactive controls to activate before they can be used. This change has impacted web applications all over the world including Dundas products. While the Chart can still be viewed fine after this patch as an image or an ActiveX object, the interactivity included in ActiveX objects, such as Flash, require a preliminary click by the user. This is not attractive functionality and fortunately Microsoft h...
|
|
|
|
Total Hits: 136 | Today: 0
|
Author: Jean-marc Lai
|
Rating:
|
|

EventCalendar control is a non-composite web control the creates a Gantt style calendar viewable by quarter periods. The events are detailed on a left hand pane, while the right hand pane shows the events as strips along a horizontal calendar. You can add a hyperlink on these strips to take the user to another document. The right hand pane is scrollable. The events can be grouped into groups which will be shown highlighted above the groups' events. The control takes in XML data for the events....
|
|
|
|
Total Hits: 33 | Today: 0
|
Author: T.Ashraf
|
Rating:
|
|

What this project is al about is building a Ajax enabled dialog type Base User Control when the button is clicked it Popup a GridView Popup User Control, from where the user select some values and the selected values are send back to the Client page and then to the Parent aspx page.Data can be send in form of DataSet to client page and from client page to the Parent page....
|
|
|
|
Total Hits: 71 | Today: 0
|
Author: Simone Busoli
|
Rating:
|
|

ELMAH is an open source project whose purpose is to log and report unhandled exceptions in ASP.NET web applications. Since its first public release back in 2004 as a sample to the MSDN article Using HTTP Modules and Handlers to Create Pluggable ASP.NET Components, it has gained many new features and extended its support for newer ASP.NET releases - yet without dropping compatibility with older ones.
This article provides a comprehensive overview of the project as well as a detailed guide ...
|
|
|
|
Total Hits: 91 | Today: 0
|
Author: Jitendra Bansiwal
|
Rating:
|
|

One of my most used ASP.NET control is DataGrid. Presenting data from tables is very easy and nice with only one exception - the page navigator. Showing only page numbers or only two links (to previous and next page) is insufficient for me, and completely inexplicable for my clients. So I decided to create DataGrid Server Control, the main task of which is to providing paging alphabetically....
|
|
|
|
Total Hits: 21 | Today: 1
|
Author: Cristian Odea
|
Rating:
|
|

Recently, Microsoft released the source code for the built-in Providers that ship with the .NET 2.0 framework. While I never downloaded them, this release caught my attention, so I started to study this new feature of ASP.NET. I was really impressed by the power of the build providers (I don't know why they didn't get my attention until now), so I decided to share my weekend experience with you....
|
|
|
|
Total Hits: 55 | Today: 0
|
Author: Steve C. Orr
|
Rating:
|
|

Flash animation is a great way to grab people’s attention among the endless sea of look-alike Web pages on the Internet. It can present useful information, as well as provide functional interactivity. Embedding Flash animation within a Web page used to be simple. However, changing standards such as XHTML and ActiveX Activation have introduced significant complications. In this article, you’ll learn all you need to know to play and embed Flash animations within ASP.NET Web pages. Indeed, the cust...
|
|
|
|
Total Hits: 356 | Today: 1
|
Author: puchi007.
|
Rating:
|
|

This article shows how to build a custom validator and customize the error messages based on different conditions, as well as add a validation summary control and display error messages. This is very helpful if you have a lengthy form and you need to scroll down to hit a Submit button to validate the entire form. If the validation summary doesn't show the error message, the user could be confused. By default, the custom validator control doesn't render the error message to the validation summary...
|
|
|
|
Total Hits: 50 | Today: 0
|
Author: Marco Bellinaso
|
Rating:
|
|

It seems like everyone wants a blog these days—I know I did. But I couldn't find any pre-built ASP.NET blog code with the features I wanted, so I built my own. The great thing about building your own blogging application is that you get lots of practice with ASP.NET server controls, such as the Repeater, DataList, and Calendar. A blog application may seem like a simple exercise at first, but in fact it requires you to implement many features you'd need in a typical reporting application, such as...
|
|
|
|
Total Hits: 226 | Today: 0
|
Author: vgapp
|
Rating:
|
|

The Microsoft ASP.NET Ajax Toolkit offers excellent tab control that organizes several views within a single page when each view is presented one at a time. It is more difficult to use this control to manage tasks that are split between different pages. The TabStrip control presented in this article could be used for navigation between multiple pages....
|
|
|
|
Total Hits: 137 | Today: 0
|
Author: M.Tahir Ali.
|
Rating:
|
|

This Tab Control is designed for ASP.NET applications. Although you can find many tab controls for ASP.NET from different 3rd parties but the beauty of this control is that its source code reveals internal working of ASP.NET server controls. Once you understand these deep internals, you can write your own professional controls just like 3rd party controls....
|
|
|
|
Total Hits: 147 | Today: 0
|
Author: defwebserver
|
Rating:
|
|

Let's say your boss just gave you an assignment to create a "Trading Post" type of module for the company intranet that is running on DotNetNuke. In the past, you would have spent nearly half an hour just setting up the development environment, and hours creating the Data Access Layer (DAL) and the code. All that has changed with the recent enhancements to DotNetNuke and the DAL, in the creation of the DAL+. This tutorial will show you how to create a DotNetNuke module using the new DAL+, an ext...
|
|
|
|
Total Hits: 188 | Today: 0
|
Author: Peter A. Bromberg
|
Rating:
|
|

We often get forum posts here asking "How can I tell if a user's Session is timed out, and perform some action in response?" Often this involves the incorrect assumption that the Session_End event can be used for this. ASP.NET implements a rolling timeout mechanism that extinguishes the session information for a user if no request is received within the timeout period. Session_End happens on the server automatically regardless of whether a user has requested a page, so the idea of using it to do...
|
|
|
|
Total Hits: 56 | Today: 0
|
Author: Dino Esposito
|
Rating:
|
|

The simplest way to create a custom control in ASP.NET is to derive a new class from an existing control. Creating custom controls through inheritance this way is not really very different from creating any other derived class. Creating new ASP.NET controls from scratch, on the other hand, just may prove to be a more challenging undertaking. When you need a Web server control and none of the existing ones meet your requirements, you can derive a new control from one of the base control classes—C...
|
|
|
|
Total Hits: 199 | Today: 0
|
Author: Shaun French
|
Rating:
|
|

I've had some success embedding a resource in the assembly of my web custom control, but I'm having problems thinking of how to do it with images. Every article I've read seems to be geared towards Win Forms and Bitmaps. Can I embed, and then retrieve and display a jpeg or gif from the assembly for a web custom control? Basically I want to render an image as part of the control. Not designer, but actually for the real displaying HTML too....
|
|
|
|
Total Hits: 75 | Today: 0
|
Author: MSDN
|
Rating:
|
|

One anticipated feature in the upcoming version of ASP.NET, code name ASP.NET "Whidbey" (after the code name for the upcoming release of Visual Studio .NET), is the addition of controls to assist in registering and authenticating users. This article shows how you can create a control to add this functionality to ASP.NET 1.1....
|
|
|
|
Total Hits: 25 | Today: 0
|
Author: dotnetglobe
|
Rating:
|
|

This post will show you how to use ASP.NET 3.5 Ajax COntrolToolKit History control with ASP.NET 2.0, As you might be aware of that microsoft has included AJAX with Framework 3.0, and from version 3.5 microsoft has also included History control in his AJAX Control toolkit, Using history control we can use browser back button to navigate backwards in the pages containing AJAX Controls, which was normally not possible till Framework 2.0. But if you are still using ASP.NET 2.0, then don't get disapp...
|
|
|
|
Total Hits: 23 | Today: 0
|
Author: Dino Esposito
|
Rating:
|
|

Tackles the problem of adding paging capabilities to any ASP.NET control. Also gives a number of tips and tricks useful when developing composite ASP.NET controls.From the programmer's perspective, one of the worst drawbacks of Microsoft® SQL Server™ queries is that they often return much more rows than actually fit in the application's user interface. This unfortunate circumstance puts developers in a dilemma. Should they create a very long page that takes users a while to scroll through, or is...
|
|
|
|
Total Hits: 24 | Today: 0
|
Author: George Shepherd
|
Rating:
|
|

In January I looked at how to compose ASP.NET server-side controls from other standard controls. The example I offered was a Fahrenheit-to-Centigrade converter composed of two textboxes and two edit controls. However, rather than composing the server-side control from several standard controls as I did in the January issue, this month I'll render one on the fly. In this column I'll take a closer look at server-side controls, especially with respect to round-trips between the browser and the serv...
|
|
|
|
Total Hits: 15 | Today: 0
|
Author: Tanzim Saqib
|
Rating:
|
|

Microsoft Live Labs Volta is Microsoft's emerging toolset that enables developers to build multi-tier web applications by applying familiar .NET techniques and patterns. The intended use of this toolset is for Developers to build web application as .NET client application, and then specify the portions of the codes that will run on the client and server side. The compiler then creates cross browser JavaScript, Web Services, communication, serialization, security etc. to tie the tiers together. T...
|
|
|
|
|
|