Hits Today: 1 Total: 6004 | Updated: 6/30/2002 | |
 | 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# |
Hits Today: 3 Total: 16712 | Updated: 2/9/2001 | |
 | 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 |
Hits Today: 1 Total: 6503 | Updated: 5/27/2001 | |
 | 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 | |  | |
Hits Today: 1 Total: 958 | Updated: 4/6/2007 | |
 | 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# |
Hits Today: 1 Total: 17196 | Updated: 5/20/2001 | |
 | 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# |
Hits Today: 1 Total: 3671 | Updated: 11/4/2001 | |
 | 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 |
Hits Today: 3 Total: 12261 | Updated: 10/12/2001 | |
 | 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 | |  | |
Hits Today: 1 Total: 5883 | Updated: 3/16/2003 | |
 | 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# |
|