Question: no copy paste Create a new ASP.NET page named MyBookTitles.aspx. Add a SqlDataSource control to the page and configure it to return only the Title

no copy paste

Create a new ASP.NET page named MyBookTitles.aspx. Add a SqlDataSource control to the page and configure it to return only the Title column from the Books table, ordering the results alphabetically by Title. Next, add a GridView to the page and bind it to the SqlDataSource. Take a moment to format the GridView using the Auto Format dialog box. Test this page by visiting it through a web browser. take screenshot of output

Create another ASP.NET page, this one named MostRecentlyReadBook.aspx. Add a SqlDataSource that returns all columns from the Books table but orders them by LastReadDate in descending order. Next, add a DetailsView to the page and bind it to the data source control. Do not enable paging in the DetailsView. Customize the field-level properties so that only the Title, Author, and LastReadOn fields are displayed, where the Title field is displayed in italics and the LastReadOn field is displayed in bold. Change the LastReadOn field's HeaderText property to Finished Reading On and have it formatted so only the date is displayed. take screenshot of output

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!