|
|
| User Controls [+] Favor-It | |
| |
 |
| | Sort By:
|
To demostrate the concept of two communicating controls, we wrote two simple controls. One control, SiteBanner, displays an advertisement banner and the other control, SiteBannerManager, changes the banner's image URL and link URL. Author: Softomatix Code: ASP.NET v1.0 & C# |
Did you know you can raise events from a user control? Controls that fire postback events must implement the IPostBackEventHandler interface -- see the first directive of the user control... Code: ASP.NET Beta 1 & VB |
The Accordion is a web control that allows you to provide multiple panes and display them one at a time. It is like having several CollapsiblePanels where only one can be expanded at a time. Author: mr.joggee Code: ASP.NET v2.0 & VB |
|  | |
The article will show how to save the uploaded file to disk without granting anonymous users file-write access to folders on your Web server. Finally, you'll wrap all this in a new ASP.NET user control. Author: Mike Amundsen Code: ASP.NET Beta 1 & VB |
ASP.NET 2.0 FileUpLoad control is used to browse and upload a file from a web page. This tutorial shows how to use ASP.NET 2.0 FileUpload control.
Author: Mahesh Chand Code: ASP.NET v2.0 & C# |
Reusability is an important think that should be considered even while developing a small piece of code. User controls provide an easy way to partition and reuse simple, common UI functionality across a Web application. Author: C.Vinodh Kumar Code: ASP.NET Beta 1 & C# |
You might already be acquainted with User Controls in ASP.NET. They are like the *.inc used in ASP but they are much more powerful and let you create new re-usable controls by combining existing controls.
Author: Saurabh Nandu Code: ASP.NET Beta 2 & VB |
|  | |
In this article I will show you how to expose properties and methods in a user control, and point out some traps to beware of. The downloadable source code for this tutorial is in both Visual Basic.NET and C#. Author: Doug Seven Code: ASP.NET Beta 2 & VB |
ASP.NET offers User Controls that are both easy to create and easy to use. However, when web developers familiar with "include" files and other page template techniques start using ASP.NET... Author: Steve Sharrock Code: ASP.NET v1.0 & C# |
Icon Key >
 - Recently Updated
 - Showcase Listing
|