Homework
Extend the Movies DataGrid you built for lab #12 by modifying the sort behavior. When the user clicks on a column header the first time, it sorts that column in ascending order. When they click on a column header that is already sorted, it sorts that column in the reverse order. Set the default to sort on ascending title.
Personal Database Project
Add an appropriate DataGrid (or similar feature) to your personal database project.
What to turn in
Submit the URLs of your updated movie-grid and your PDP datagrid in Knightvision. Also, attach the relevant .aspx pages and backing VB code files.
Back to the top