Web Forms and Server Controls
We've created a web form tutorial to show you how to get started using ASP.NET to capture data from your website visitors.
Visual Studio and ASP.NET make everything really easy for developers.
ASP.NET Web server controls are objects on ASP.NET Web pages that run when the page is requested and that render markup to the browser.
Many Web server controls are similar to familiar HTML elements, such as buttons and text boxes. Other
controls encompass complex behavior, such as a calendar controls, and controls that you can use to connect to data sources and display data.
ASP.NET Image Control
Check out our ASP.NET Image Control tutorial with SQL Server showing you how to rotate images randomly to give your website pages a fresh look every time people visit.
You'll learn how to create table and a Stored procedure in SQL Server and then execute the stored procedure from your ASP.NET page and dynamically update an ASP.NET Image Control.
ASP.NET User Control
We've created a ASP.NET User Control tutorial.An ASP.NET user control is a group of one or more server controls or static HTML elements. A user control can
include code to manipulate its contents like a page can and perform tasks such as data binding.
It is highly resulable because you can treat the user control as a unit and reference it on multiple ASP.NET pages.
ASP.NET Mailing List
As a webmaster or business owner you know Maintaining contact with your customers and
providing timely information is critical to the success of your website. We've created an asp.net
mailing list tutorial to show you how
to create and maintain a one-way distribution list for announcements.
|