Question: Regarding ASP.NET: 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
Regarding ASP.NET: 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 fieldlevel 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. Test this page by visiting it through a web browser.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
