create an ASP.NET page that uses a GridView to display the books from the Books
ID: 3567812 • Letter: C
Question
create an ASP.NET page that uses a GridView to display the books from the Books table and a RadioButtonList of all the authors to allow the user to filter the books displayed. (Be sure to set the RadioButtonLists AutoPostBack property to True.) As in our earlier example, make sure that the RadioButtonList displays only unique author names. Also, note that when the page first loads, the GridView is not shown because the user has not yet selected an author from the RadioButtonList. Upon the user selecting a new author, the page will post back and the selected authors books will appear. When testing this, be sure to edit the Books table so that there are at least two books written by the same author. Also, take a moment to set the GridViews EmptyDataText property to an applicable message. Recall that the value of this property is displayed when binding a GridView to a data source control that returns no records, as is the case with this exercise when the user first visits the page.
Explanation / Answer
http://www.writingcentre.us/ saves your time
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.