473,396 Members | 1,995 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Question about detail forms.

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

Jan 2 '08 #1
1 1254
This is a real "it depends" type of answer.

If you are dealing with small amounts of data, especially from a single
form, allowing edit with the list showing is okay. If you are drilling down
into a variety of tables, however, or the amount of data is extensive, it is
generally better to show the list separately from the details, as the list
can end up as a distraction. If you go this route, make sure you have some
way to "cancel" back to the list rather than force the user to update
information when he clicks the wrong link (or worse, use the back button).

The best way to answer the question is to stop thinking about the technology
and imagine a person doing this without a computer. If you find they would
probably look through a paper report and then pull a file, the details are
better separated from the list. If they would, instead, cross out
information on the report, add notes and hand it to someone to change the
information in their file and reprint the report, then details and list on
the same page are fine.

Software is about intent. Think about how the business intends to handle it
and then reflect intent in the coding.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
"BillG" <bi*******@charter.netwrote in message
news:D4**********************************@microsof t.com...
>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

Jan 3 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Hunters | last post by:
Once you reorder the listview items, largeicon or smallicon view will not follow the order of list or detail view which is the correct order. For example with a listview as...
6
by: Mike MacSween | last post by:
I have a report based on: PARAMETERS Forms!frmProductions!ProdID Long; SELECT Sum(qryRoleEvent.Fee) AS SumOfFee, First(qryMusician.LastName) AS LastName, First(qryMusician.FirstName) AS...
2
by: cannen | last post by:
I am wanting to use Docmd to open another form and set the newly opened forms detail.visible = false to true. stDocName = "frmVacRequest" DoCmd.OpenForm stDocName, acNormal 'This opens my form...
2
by: Mark Essex | last post by:
I am trying to build an interface that requires the developer to use the OVERRIDE option. I looked at abstract classes, but seemed to have a couple of problems: 1. If you do this in a form, it...
5
by: Ditoa | last post by:
Hi all, I would like to learn how to program in C# and have been looking at some books to help me get started. As I have found the Sams Teach Yourself... books very good in the past I would...
4
by: igendreau | last post by:
I have a form, set to "Continuous Forms" to kind of give that spreadsheet feel, but I need it in a Form because my detail section contains some buttons I need. In my form header, I have an "Add...
2
by: slinky | last post by:
I have a form (in continuous form view) from which I choose a record by double-clicking the SRC_CUST_NAME textbox whic opens another form showing all the details of that record. I do this by having...
2
by: Bill Gower | last post by:
I have a web app that will basically have two types of web forms, a locator form with a datagrid and a detail form. The locator form will display a list of objects such as customers etc. The user...
10
by: sara | last post by:
Hi - Is it possible to hide the detail section of a report at run time? I have a report that prints all details, with summary lines. The user would like the report ALSO with just summary lines....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.