Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, November 23, 2008

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 > Custom Controls
Search:
What's New - What's Hot


Removing activation for ActiveX objects in IE        
Total Hits: 16  |  Today: 1 Author: Dundas Software       Rating:  
Read Reviews | Write Review |   Your 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...

Gantt Chart / Event Calendar / Calendar Planner        
Total Hits: 136  |  Today: 0 Author: Jean-marc Lai       Rating:  
Read Reviews | Write Review |   Your 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....

How to pass value from Ajax Enabled Base User Control to Client User Control and to the Parent aspx page        
Total Hits: 33  |  Today: 0 Author: T.Ashraf       Rating:  
Read Reviews | Write Review |   Your 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....

ELMAH - Error Logging Modules And Handlers        
Total Hits: 71  |  Today: 0 Author: Simone Busoli       Rating:  
Read Reviews | Write Review |   Your 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 ...

Custom DataGrid for Alphabetic Paging        
Total Hits: 91  |  Today: 0 Author: Jitendra Bansiwal       Rating:  
Read Reviews | Write Review |   Your 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....

Experimenting Custom Build Providers        
Total Hits: 21  |  Today: 1 Author: Cristian Odea       Rating:  
Read Reviews | Write Review |   Your 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....

Grab Attention with this Free Custom Flasher Control        
Total Hits: 55  |  Today: 0 Author: Steve C. Orr       Rating:  
Read Reviews | Write Review |   Your 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...

Custom Validator and Validation Summary        
Total Hits: 356  |  Today: 1 Author: puchi007.       Rating:  
Read Reviews | Write Review |   Your 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...

Design Your Own Weblog Application from Scratch Using ASP.NET, JavaScript, and OLE DB        
Total Hits: 50  |  Today: 0 Author: Marco Bellinaso       Rating:  
Read Reviews | Write Review |   Your 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...

ASP.NET Ajax Toolkit TabStrip Control        
Total Hits: 226  |  Today: 0 Author: vgapp       Rating:  
Read Reviews | Write Review |   Your 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....

Tab control for ASP.NET Applications        
Total Hits: 137  |  Today: 0 Author: M.Tahir Ali.       Rating:  
Read Reviews | Write Review |   Your 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....

Creating a Super-Fast and Super-Easy DotNetNuke® Module - for Absolute Beginners!        
Total Hits: 147  |  Today: 0 Author: defwebserver       Rating:  
Read Reviews | Write Review |   Your 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...

Build an ASP.NET Session Timeout Redirect Control        
Total Hits: 188  |  Today: 0 Author: Peter A. Bromberg       Rating:  
Read Reviews | Write Review |   Your 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...

ASP.NET Controls Templates        
Total Hits: 56  |  Today: 0 Author: Dino Esposito       Rating:  
Read Reviews | Write Review |   Your 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...

Web Custom Controls and embedded resources        
Total Hits: 199  |  Today: 0 Author: Shaun French       Rating:  
Read Reviews | Write Review |   Your 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....

Building a Custom Registration and Login Control        
Total Hits: 75  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your 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....

Using ASP.NET 3.5 History Control with ASP.NET 2.0        
Total Hits: 25  |  Today: 0 Author: dotnetglobe       Rating:  
Read Reviews | Write Review |   Your 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...

Creating a Pager Control for ASP.NET        
Total Hits: 23  |  Today: 0 Author: Dino Esposito       Rating:  
Read Reviews | Write Review |   Your 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...

Advanced ASP.NET Server-side Controls, Part 2        
Total Hits: 24  |  Today: 0 Author: George Shepherd       Rating:  
Read Reviews | Write Review |   Your 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...

Building a Volta Control : A Flickr Widget        
Total Hits: 15  |  Today: 0 Author: Tanzim Saqib       Rating:  
Read Reviews | Write Review |   Your 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...


1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  Next >> 


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net