B
BillG
I am developing a business app using asp.net that will have 2 different
types of forms, a list view of data and then a detail view. The list views
are placed on a content panel in a master page. The user can then click an
Add button or edit button to add or modify an item in the list. My question
is what is the best way to handle a detail form? Should the detail form
appear in place of the list view in the content panel of the master page or
should the detail form be a pop up for the user to enter information, save
the data, close the form and return back to the list view? Any reason why
one way is preferable over the other, both from the programmers standpoint
and from the users?
Thanks
Bill
types of forms, a list view of data and then a detail view. The list views
are placed on a content panel in a master page. The user can then click an
Add button or edit button to add or modify an item in the list. My question
is what is the best way to handle a detail form? Should the detail form
appear in place of the list view in the content panel of the master page or
should the detail form be a pop up for the user to enter information, save
the data, close the form and return back to the list view? Any reason why
one way is preferable over the other, both from the programmers standpoint
and from the users?
Thanks
Bill