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
ASP.NET Controls Explained: Part 2/2     
Total Hits: 233  |  Today: 0Author: James Yang      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this, the final article of the two part series relating to ASP.NET controls, James teaches us about custom controls and components. He talks about creating them, as well as compiling them from the command prompt using the C# compiler. He also provides two ASP.NET examples that demonstrate how to both create and integrate custom controls and components into our ASP.NET pages.In part one of this two part series we took a look at ASP.NET user controls, HTML controls, server controls, and the cod...

ASP.NET Custom Server Controls: Get in Control of ASP.NET     
Total Hits: 485  |  Today: 0Author: Jagadish Chaterjee      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article gives an introduction to developing a simple custom server control using ASP.NET with Visual Studio.NET 2003. It is intended for beginners who would like to know about custom controls. The sample downloadable solution (zip) is entirely developed using Visual Studio.NET 2003 Enterprise Architect on Windows Server 2003 Standard Edition. But, I am confident that it would work with other versions of Windows (which support .NET 1.1) versions as well....

ASP.NET Custom Server Controls: Breaking the Secrets of Rendering     
Total Hits: 370  |  Today: 0Author: Jagadish Chaterjee      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you are confused about the rendering methodologies of a custom control in ASP.NET, you can simply master it from all of the secrets I introduce in this article. In my previous article, I already introduced you to creating your own TextBox control with cool features, without even deriving it from an existing ASP.NET TextBox control. I concentrated only on getting out my own TextBox, and not much on rendering. This article should give you insightful information about the rendering methodologi...

ASP.NET Custom Server Controls: Cute ASP.NET TextBox Control Continued     
Total Hits: 333  |  Today: 0Author: Jagadish Chaterjee      Rating:  
Read Reviews | Write Review |  Your Rating: 

In my previous article, I introduced you to how to create your own TextBox control with cool features without even deriving it from an existing ASP.NET TextBox control. In this article we will further enhance the same control with new rendering features, together with client-side JavaScript emission in a most flexible manner....

Move Items Between 2 ListBoxes     
Total Hits: 170  |  Today: 0Author: Colt Kwong      Rating:  
Read Reviews | Write Review |  Your Rating: 

A Sample code that will help you in moving the items between two list controls in ASP.Net...

Create a UserControl to Feed Articles from Asp.net site     
Total Hits: 288  |  Today: 0Author: aspnet4you      Rating:  
Read Reviews | Write Review |  Your Rating: 

You may have seen articles on the front page of Asp.net (Microsoft's official site for ASP.NET). The list of articles are updated almost daily but it adhears to a pattern by exposing them through RSS feed -a well formed xml data source. This article will show how to extract information from that well formed xml data source and populate them using a Repeater control....

How to simulate a status bar in a Web application     
Total Hits: 289  |  Today: 0Author: developerfusion      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you have a process that takes over 20 seconds or so on a Web application, you may want to let the user know the status of the process, e.g. if the user clicks a button to send out e-mails to 50 people, you may want to report to him on the screen when each e-mail goes out (probably about 1 per second) so that he knows there is progress taking place....

ASP.NET 2.0: Login Controls.     
Total Hits: 241  |  Today: 0Author: DotNetJohn      Rating:  
Read Reviews | Write Review |  Your Rating: 

By establishing a membership provider through the ASP.NET configuration tool, the 2.0 framework supports membership handling through a SQL Server or Access database by default, but custom providers can be created to include Oracle or other data stores if needed....

Creating a Custom Web Control to Consume an XML Web Service     
Total Hits: 172  |  Today: 0Author: 15Seconds      Rating:  
Read Reviews | Write Review |  Your Rating: 

Creating controls is such an easy task that in the Visual Studio.NET development environment, but to use a simple text editor, instead. You will need two core files for this project, the actual source file for the control (mskb.cs) and a test page for the control (index.aspx)....

XP style panel bar for web     
Total Hits: 157  |  Today: 0Author: codeproject      Rating:  
Read Reviews | Write Review |  Your Rating: 

Windows XP users are already familiar with a Panle Bar that appears on the left side in windows explorer. This article introduces another way to mimic this user interface in web applications. This article is inspired by another great article Windows XP Style Menu already available on code project. However the idea presented in this article makes use of tables a lot to format the panel bar contents and also provides a way to alter stylesheets at run-time....

ASP.NET Developer's Cookbook -Custom Controls     
Total Hits: 241  |  Today: 0Author: CodeGuru      Rating:  
Read Reviews | Write Review |  Your Rating: 

One of the most powerful features of ASP.NET is its support for custom server controls and components. ASP.NET ships with dozens of built-in controls, and developers can easily extend these controls or write their own controls from scratch. Server controls can be used to encapsulate complex user interface logic or business rules, and can benefit from design-time support like drag-and-drop and toolbox support and property builders. Custom controls pick up where User Controls leave off, providing ...

Writing a Days of the Week Selector Control     
Total Hits: 334  |  Today: 0Author: aspalliance      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article Author will describe the process that will create a control for choosing days of the week. The need driving this is the creation of an admin program that allows certain tasks to be scheduled for certain days of the week....

Writing A Custom Validator Control In ASP.NET     
Total Hits: 186  |  Today: 0Author: Akhilesh Kumar      Rating:  
Read Reviews | Write Review |  Your Rating: 

There are many things that need to be validated before a page is submitted to the server to avoid unnecessary intrusion and reduce the load on the server. One of the simplest example is email, date, and number field data must be in the correct format....

Thumbnail Custom Control     
Total Hits: 1003  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article explains the process of developing a custom web control, which will display thumbnails of images. The developed control will be so easy to use all you have to do is place the control in a web form and specify the directory containing images. The control will automatically generate thumbnails at runtime....

No More Remote Scripting     
Total Hits: 372  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

how many of you wrestle with Remote Scripting! The technology, which offers us to invoke the server side functions and, you did lots of things while using this not so simple add-on for ASP. In this article the author will present you that how you can make the Dynamic Dependant Listboxes into ASP+, which can be updated while the changes, occur into the Parent List Box.

...

Creating and Using Custom Attributes in VB.NET     
Total Hits: 851  |  Today: 0Author: Sushila S. Bowalekar      Rating:  
Read Reviews | Write Review |  Your Rating: 

Custom attributes can be used to store the metadata of code elements. All attributes defined in the .NET directly or indirectly are derived from the System.Attribute class. In this article, we will see how to create a custom attribute and use it....

Using a transacted C# component (leveraging COM+) from ASP.NET     
Total Hits: 509  |  Today: 0Author: Scott Guthrie      Rating:  
Read Reviews | Write Review |  Your Rating: 

Is COM+ dead?, how does COM+ relate to .NET?. The answer is that COM+ is definitely not gone. It remains and will continue to be an important part of the overall programming model and it can be fully leveraged from ASP.NET. This sample demonstrates how to build a simple transacted C# class and use it within an ASP.NET page written using VB....

HOW TO: Implement Nested Web User Controls in ASP.NET by Using Visual Basic .NET (Q319100)     
Total Hits: 1681  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This step-by-step article demonstrates how to implement nested Web user controls in an ASP.NET application. The concepts are basically the same as when you create Web user controls to include in an .aspx page or in another Web user control, which is typically referred to as nesting....

ASP.NET Rating Control  Version: 0.00     Price: $0.00  
Total Hits: 16  |  Today: 0Author: taihip      Rating:  
Read Reviews | Write Review |  Your Rating: 

There are many free rating controls on the internet, but I didn't find any control which fits these features:

Works well in UpdatePanel, GridView
Easy to customize UI and behavior
Auto generates JavaScript (does not need an external JS file)

So I decided to write an ASP.NET custom control as per my requirements....

Control your Distributed Application using Windows and Web Service  Version: 0.00     Price: $0.00  
Total Hits: 1  |  Today: 0Author: Tareq_Gamal      Rating:  
Read Reviews | Write Review |  Your Rating: 

I am working on a project which connects clients' PCs with Server by using Windows and web service....


1  2  3  4  5  6  7  8  9  10  


Disclaimer - Privacy
© 2002-2012 DevASP.net