368 CHAPTER 12 CASE STUDY: USING (Submit web site) .NET

368 CHAPTER 12 CASE STUDY: USING .NET FOR AN XML APPLICATION manageNews.aspx The manageNews.aspx page displays the content from the database in a GridView control, as shown in Figure 12-5. Notice that the control renders as a table. Figure 12-5. The manageNews.aspx page The news items display in a table. Each column represents a field from the news table. The table headings are links that you can click to sort the columns. This page also includes automatically generated Edit and Delete links. Users need to click the Add News button to add a new item. The code to create this page follows: <%@ Page Language="VB" masterpagefile="template.master" %>