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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started