Do you know any "book" which covers common UI Scenerios and with some patterns reccomended for asp.Net?
For example covering a scenerio like this:
Scenerio:
- User entered inputs
- Clicked SHOW
- Results displayed on a GridView -with a "DELETE ALL" button below
- User changed his input etries while the GridView from the previous request is displayed
- Then clicked DELETE ALL
Question: How can we prevent user to create a confusion which is what he deletes is not what he sees on the screen?