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 > Custom Controls


Search:
What's New - What's Hot
Facebook Inbox style grid using jQuery, CSS, JSON, and ASP.NET  Version: 0.00     Price: $0.00  
Total Hits: 118  |  Today: 0Author: Arlen Navasartian      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is a grid like Facebook Inbox style. This grid gives us the possibility of binding data and adding Facebook style events like removing the current row, expanding a row, and linking to another page.

The control uses the following methods:

* Send a jQuery AJAX request to a web server to get news in JSON format
* Create rows and columns and bind data to table rows
* Set the control style after data binding
* Interact with user
* Change and set styl...

Creating a Multicolumn Combo Box in ASP.NET     
Total Hits: 381  |  Today: 0Author: Tahir 111      Rating:  
Read Reviews | Write Review |  Your Rating: 

Previously I came across a requirement to provide a functionality of something similar to a traditional combo box (found in Windows Forms) and a sort of multicolumn combo box in ASP.NET. I searched a lot on the net but found nothing suitable for my requirements. So, I decided to write my own control from scratch and here is what I call a multicolumn combo box. It is a combo box but with multiple columns and a textbox. You can search a particular row by typing the key column value in the textbox....

DropDownCheckList ASP.NET Server Control     
Total Hits: 321  |  Today: 0Author: Mike Ellison      Rating:  
Read Reviews | Write Review |  Your Rating: 

For the end user, the DropDownCheckList resembles an HTML

Creating Charts with WebChart Control     
Total Hits: 155  |  Today: 0Author: AzamSharp      Rating:  
Read Reviews | Write Review |  Your Rating: 

Charts and graphs always attract more users to the website. Displaying statistical data in the form of graphs gives more meaning to the data. There are tons of third party controls that can be used to create impressive charts but almost all of them come with a price. In this article I will introduce a very simple charting control, WebChart which allows the developer to create really cool looking graphs with only few lines of code. The best thing about this control is that it is totally free. The...

Customize Controls with AJAX Extenders     
Total Hits: 87  |  Today: 0Author: Dino Esposito      Rating:  
Read Reviews | Write Review |  Your Rating: 

Input controls are essential in any application, but they're especially critical when your Web application is the face of your organization. These controls can be the primary measure by which users judge your application and even your credibility.

In both Windows® and Web programming, user interfaces are built by composing controls. But the array of controls available is not particularly rich. Input controls for Windows Forms are still based on Win32® controls, and Web controls are little...

ELMAH - Error Logging Modules And Handlers     
Total Hits: 192  |  Today: 0Author: 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 ...

Load user data once with an HttpModule     
Total Hits: 84  |  Today: 0Author: Jeff      Rating:  
Read Reviews | Write Review |  Your Rating: 

A couple of years ago, when I was less focused, finished with my book and completely unmotivated to develop anything useful for my own non-day job projects, I struggled trying to shoehorn my apps into the ASP.NET Membership and Profile API's. Probably because of my lack of experience, I became very frustrated at the point where the objects started to relate to the data....

Online stock streaming using ASP.Net and AJAX controls     
Total Hits: 125  |  Today: 0Author: Shabdar Ghata.      Rating:  
Read Reviews | Write Review |  Your Rating: 

It always made me wonder how sites like http://finance.yahoo.com and http://finance.google.com display stock quotes online so quickly and without refreshing entire page. So I decided to implement something similar. It looks very difficult to implement these kind of streaming, but ASP.Net and it's feature rich AJAX controls makes it really simple to implement this. This is my first attempt to build similar streaming web page. This sample may sound fairly easy to you and some of you might think th...

Custom Validator and Validation Summary     
Total Hits: 832  |  Today: 0Author: 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...

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 !!...

Programmatically uploading multiple files to Custom sharepoint list in 2007     
Total Hits: 323  |  Today: 0Author: saravanan gajendran      Rating:  
Read Reviews | Write Review |  Your Rating: 

A custom SharePoint list can be configured to collect any type of data and SharePoint automatically generates the forms for adding new items, editing items and viewing items.
Team Web site comes with a built-in List Calendar, Task, which is listed on the Quick Launch bar. A new custom list has to be created for storing the files....

Working with ASP.NET AJAX UpdateProgress Control- Part 2     
Total Hits: 151  |  Today: 0Author: Nidal Arabi      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article is the second in the chain of introducing Microsoft AJAX Extensions to teach developers about this technology and will discuss the issue of refreshing the user web page and give them the progress feeling....

ASP.NET Controls - Part One     
Total Hits: 59  |  Today: 0Author: Devarticles.com      Rating:  
Read Reviews | Write Review |  Your Rating: 

An explanation and demonstration of the use of the following features of ASP.NET: user controls, server controls, HTML controls, custom controls, components, and the code behind method....

ASP.NET Ajax Toolkit TabStrip Control     
Total Hits: 435  |  Today: 0Author: 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....

Creating Custom Configurations     
Total Hits: 34  |  Today: 0Author: Karl Seguin      Rating:  
Read Reviews | Write Review |  Your Rating: 

ASP.Net's introduction of the web.config file went a long way to filling the configuration hole we had to deal with in classic ASP. We actually went from having very little (global.asa was the closest thing) to a well-structured, change on the fly XML file. For the most part, the web.config file does the trick fine. However there are some limitations and constraints with using it, which you are probably already aware of. What you might not know is how easy is it to surmount those issues by creat...

ASP.NET Custom Error Pages     
Total Hits: 55  |  Today: 0Author: Milan Negovan      Rating:  
Read Reviews | Write Review |  Your Rating: 

ASP.NET provides a simple yet powerful way to deal with errors that occur in your web applications. We will look at several ways to trap errors and display friendly meaningful messages to users. We will then take the discussion a step further and learn how to be instantly notified about problems so you can cope with them right away. As a geek touch we will also track the path 404's travel....

AJAX-enabled Performance Counter Web Control     
Total Hits: 159  |  Today: 0Author: Luke Stratman.      Rating:  
Read Reviews | Write Review |  Your Rating: 

What impresses potential clients touring your office more than anything? A big screen displaying realtime performance data for your critical servers. I'm joking, but only partially: it makes a company look professional and it's also a huge boon for network operations employees who can tell within seconds if something is wrong with a server. An ideal presentation medium for this is obviously a web page, since you can implement multiple versions of this performance data display for network operati...

ObjectDataSource Control and Concurrency in Multiuser ASP.NET Web Applications - OverwriteChanges - CompareAllValues     
Total Hits: 164  |  Today: 0Author: DavidHayden      Rating:  
Read Reviews | Write Review |  Your Rating: 

I played with the ObjectDataSource Control a bit this past weekend to understand how it works with update concurrency for multiuser ASP.NET web applications. If you are interested in learning about the fundamentals of concurrency in SQL Server at a high level, you can read my post on it: Concurrency in SQL Server....

Creating a Super-Fast and Super-Easy DotNetNuke® Module - for Absolute Beginners!     
Total Hits: 214  |  Today: 0Author: 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...

Using the AnyButton to Create Dynamic Image Buttons     
Total Hits: 217  |  Today: 0Author: CodeProject      Rating:  
Read Reviews | Write Review |  Your Rating: 

We've all had that problem - designing our web sites to have a certain look and feel. Unfortunately, not every visitor will view the site the way you intended. This is due to the fact that different operating systems render native browser controls differently. The buttons in OS X have the aqua look while the buttons in Windows 2000 look gray and outdated....


1  2  3  4  5  6  7  8  9  10  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net