Tag: Development

Community

ASP.NET hang/slowness on startup

(Tess Fernandez) After making some changes to their domains one of my customers noticed that their ASP.NET 2.0 applications didn’t respond anymore. HTML pages and images were serving just fine as well as their ASP.NET 1.1. sites, but all their 2.0 sites on all servers seemed to hang when browsing to

Community

View database structure using C#

(Scott Lysle) This article describes an easy approach to examining all of the tables, views, and columns in a database, the article is written to describe an example application that may be used to connect to a database (Oracle, SQL Server, or MS Access), view that database’s tables and views, and d

Community

Creating Composite Controls

(Bipin Joshi) So far in this series you developed controls by emitting raw HTML markup. As you will agree with me this can be tedious at times. Won’t it be nice if you can assemble existing controls of ASP.NET and render them as a part of your control? In fact this is a common requirement in many ca