Category Archives: ASP.NET Tutorial
How to use ASP.NET CompareValidator Control
In this tutorial you will learn what is and how to use ASP.NET CompareValidator Control. ASP.NET CompareValidator Control is used to compare a value input to another input value or a fixed value. The following are a few things you should … Continue reading
ASP.NET Button Control
When developing an ASP.NET Web application using Visual Studio 2010, you can use an ASP.NET Button Control to display a Push button. These ASP.NET Buttons controls can be used as a Submit button or even an Command button. ASP.NET Button Control do not … Continue reading
ASP.NET BulletedList Control
When using ASP.NET to create web application, you have the ability to use ASP.NET BulletedList Control to create a bulleted list format for an ASP.NET .aspx web page. This control was first introduced in ASP.NET 2.0. When using ASP.NET BulletedList Control every … Continue reading
ASP.NET AdRotator Control
ASP.NET Adrotator Control displays images in a sequence mode, and this Control can be used for Advertisement elements. ASP.NET AdRotator Control stores the Advertisement’s information in an XML file. The following code snippet shows how to initiate the XML file. … Continue reading
ASP.NET Directory Structure
When using ASP.NET to create web application, you have an ASP.NET directory structre which can be determined byyou the developer’s choices. There are a few reserved directory names which cannot be used but a site can have as much as … Continue reading