PowerWEB LiveControls for ASP.NET is a suite of 20 Web Controls that allow you to update selected form elements from code-behind without refreshing (flashing) the entire page. They mimic many standard Microsoft controls, but allow you to manipulate o
SkinAdapter is a component for DynamicSkinForm and BusinessSkinForm which allows to make third-party controls skinnable without modifing source code. The SkinAdapter can make any third-party controls skinnable. For example, SkinAdapter can hook TNT
Code Behind in Web Forms and User Controls is an user firendly tutorial in which author discusses about the process of code behind in the web form, which is hosted in a single page with two files, one for code and another one for content. By using th
TTComponetGroup allows to manipulate a set of boolean properties of different components as single one. You choose components and boolean properies. Then use code TComponetGroup.Activate=true or TComponetGroup.Activate=false to send true or
How to Manipulate Files in ASP.NET is a web based tutorial in which author elaborates the methods for reading, deleting and writing the content in a text file. The author explains the method System.IO namespace, through which file manipulation take p
This article particularly demonstrates about how to manipulate Internet Information Server (IIS) in .NET platform. The author guides the users how to create, update and delete virtual directory. System.DirectoryServices helps the users to manipulate
Manipulate the fractal generator to create their own unique image.
Developing User And Server Controls: Part 1 is a simple tutorial through which you can gain knowledge about the user controls and server controls of ASP.NET. This tutorial provides you the syntax to register and add the user controls in ASP.NET page.
Web Forms User Controls is an article in which the author gives you a brief summary about the user controls of ASP.NET. User controls have an extension of .ascx and you can register these controls on the web pages using the register directive. The au
In this ASP.NET tutorial the author explains the various server controls of ASP.NET such as Intrinsic Controls, Data-Centric Controls, Rich Controls and Validation Controls. The author also compares server controls and htmls controls. The author show |