DotNetBoyz.googlepages
Home Blog
 
Latest Articles :
Learn GridView - Part I
Learn GridView - Part II (Changing PageIndex)
Learn GridView - Part III (Changing Mode)
Learn GridView - Part IV (Updating Mode)
Learn GridView - Part V (Deleting Mode)
Microsoft Grid View Part - I Again
GridView with Caching
Asp.Net Latest Articles :
ASP.NET AJAX Calendar Extender – Tips and Tricks

The CalendarExtender is an ASP.NET AJAX control that is associated with a TextBox control. When the user clicks on the TextBox, a client-side Calendar control pops up. In this article, we will see some tips and tricks that can be applied to a CalendarExtender control.

Error Logging using ASP.NET 2.0

Errors and failures may occur during development and operation of a website. ASP.NET 2.0 provides tracing, instrumentation and error handling mechanisms to detect and fix issues in an application. In this article, we will adopt a simple mechanism to log errors and exceptions in our website.

Printing in ASP.NET

Explains different ways how you can print forms or reports in ASP.NET web application.

Using a custom Virtual Path Provider can cause OutOfMemoryExceptions

Virtual path providers are awesome - you can serve a site from a .zip file, perform XSLT transformations to generate .aspx files as the compiler reads them, and do all sorts of unusual things. However, using them can make the StaticFileHandler buffer entire downloads in memory before sending the...