|
|
|
Welcome to Web Forms section of C# Corner. In this section, you will find various Web Forms related source code samples, articles, tutorials, and tips.
|
|
|
|
|
|
|
|
|
Event and Error Logging
by
Scott Lysle
on
Dec 15, 2006
This article describes an approach to writing to a custom error log and to writing events into the system event log.
|
Flash Player Custom Control for ASP.NET 2.0
by
Scott Lysle
on
Dec 14, 2006
This article describes a quick and simple approach to creating a custom web control used to display shockwave flash files within an ASP.NET page. Whilst the article and demonstration project are focused upon displaying a shockwave flash (SWF) file, the basic idea is applicable to any sort of object that you may wish to embed within an ASP.NET 2.0 page.
|
Mimic the Appearance of Outlook's Sidebar with the Multi-view Control
by
Scott Lysle
on
Dec 14, 2006
This article describes a simple way to mimic the appearance of Microsoft’s Outlook sidebar within an ASP.NET 2.0 web application. The approach is based upon the use of the existing Multi-View control contained in the standard ASP.NET 2.0 toolbox and does not require much time or effort to implement.
This article includes a sample web application that presents an example of the approach in use.
|
ASP.NET Web Control for Showing Image Slides
by
Mike Gold
on
Oct 24, 2006
This article demonstrates a way to displaying several images in a directory inside a slide show web control to be viewed ina web browser. You can use this control to show several pictures of family and friends inside the same area on a web page.
|
Custom Error Handling using ASP.NET
by
Santhi Maadhaven
on
Oct 23, 2006
Sometimes in your application, you may want to show some decent error messages other than red error messages and some message when page is not found or server is busy. We will see custom error message handling mechanism in this article using ASP.NET.
|
HTTP Handlers in ASP.NET
by
sivakumar.nagarajan '
on
Oct 23, 2006
The low level Request and Response API to service incoming HTTP requests are HTTP Handlers in ASP.NET. All handlers implement the IHttpHandler interface, which is located in the System.Web namespace. Handlers are somewhat analogous to Internet Server Application Programming Interface (ISAPI) extensions.
|
MADLibs.NET and C# and ASP.NET
by
Mike Gold
on
Sep 01, 2006
The MadLib.NET game will continue to prompt the user with each grammar only in the <> brackets. When the programming engine reaches the end of the template, the story is displayed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
The mission of this book is to provide you with a solid foundation of the C# language and the key aspects of the .NET platform.
|
|
Browse more books here»
|
|
|
|
|