Drill down on some of the new and exciting page framework features in ASP.NET "Whidbey". See how to leverage exciting features like Master Pages and Themes/Skins to richly customize Web UI, demonstrates how to leverage the new cross page postback features to postback server controls to other pages, and the new Site Navigation API and navigation controls to make building Web apps a breeze.
We will create a custom dropdown conrol using a datasource. This code provides us to fill a dropdrown list using a datasource. This code also displays us ASP.NET is easier than classical ASP to generate custom controls.
Mostly we want to change output results of our applications to another culture setting. In this code sniplet we will format current date time for our culture settings
The following source code displays count of all records in a database. We will use a data command to execute an SQL statement that will return with count of records. Source code written in Visual Basic.NET can easily modify to work in an application.
While working with file system, sometimes we must list all directories in a folder. This sample shows us how to list all directories in a folder. Source code written in Visual Basic.NET can easily modify to work in an application.
Learn about: Role of the HttpRuntime; What is the HttpRuntime; Drill-down; HttpContext; HttpHandler; Application Events; Global.asax; HttpModule and Hosting the HttpRuntime. Source code included.
Internet Information Services (IIS) 6.0 makes it possible for organizations of all sizes to quickly and easily deploy powerful Web sites, Web applications, and Web services. IIS 6.0 provides a high-performance platform for applications built using the Microsoft .NET Framework, and introduces a completely new architecture to host .NET Web applications reliably, securely, and make them easier to manage. Troubleshooting these applications on IIS 6.0 requires new ways of doing things. Get detailed information on how to debug .NET applications on IIS 6.0, including how to use various tools and IIS 6.0 features to make debugging these applications easier.
We can easily connect a database server within an assembly. After we compile this source code you can access your database provider. In tis source code I have used SQL Server.