Design Your Own Weblog Application from Scratch Using ASP.NET, JavaScript, and OLE DB
Hits: 185
Description: This article assumes you\'re familiar with Visual Basic .NET and JavaScript Level of Difficulty 1 2 3 Download the code for this article: Blogging.exe (151KB) SUMMARY The ASP.NET advanced templated controls, such as the DataList and DataGrid, are perfect for many data representation situations. However, when you need the flexibility to render a variety of layouts, the Repeater control is what you need. In this article the author builds a full-featured blog application to...