Creating a File-Upload User Control with ASP.NET is a web based tutorial that deals with generating a user control for file uploading with the help of ASP.NET application. The author discusses about creating MIME upload form which helps in...
Setting User Control Properties in Code Behind is an article in which the author talks about the properties of the user controls of ASP.NET. This author shows you how to create an object for the user control class and how to set the property of...
Base Page and User Control Classes is an article in which the author discusses about the System.Web.UI.Page and System.Web.UI.UserControl classes which are used for creating web pages and user controls in ASP.NET. The author also explains how to...
ASP.NET DateSelector User Control based on JavaScript.
ImageCanvas Web User Control in ASP.NET is a tutorial in which the author gives details about creating a user control through which image can be passed and also helps in accessing the images from the browser. In this tutorial the author offers...
Learn the new exciting features of ASP.NET 1.1. This session covers the changes from ASP.NET 1.0 and includes new features such as Code Access Security, IPv6 support, and support for running multiple versions of ASP.NET side-by-side.
This script helps you develop a strategy for tweaking your website links so that they generate the best response from your visitors. Test links on multiple sites/domains using one version of each page or test multiple versions of each page....
User Controls: Part I - How to make a simple User Control is a tutorial which helps you to know about the method of creating user controls on your web forms. In this tutorial the author shows you how to create an aspx page, create the user control...
Create multiple sets of random image lists under one password-protected admin control panel. Features include image upload, image deletion, new random list creation, automatic thumbnails generation in admin interface etc.
In this tutorial the author shows you the steps for creating a data access web user control in ASP.NET. This tutorial explains you the properties of this custom control such as SQL, ConnectionString, TableName, OpenConnection, CloseConnection... |