Note that there are some explanatory texts on larger screens.

plurals
  1. POListing Items and Displaying Data Inline
    primarykey
    data
    text
    <p>I use asp.net 3.5 and have also begun looking at 3.5 sp1</p> <p>I like the clean urls that mvc tends to have but use asp.net webforms for my primary development. I normally use a url rewriter in order to accomplish this type stuff. When I say clean urls I mean like /products to get a list of products and /products/Product_One to look at the info about product called Product_One. I've used this on sites where the listing is on one page and when you pick the item it goes to a different page that shows the info about the item selected.</p> <p>but</p> <p>I also like the way that the update panel works and changing stuff on screen with out flashing the screen. When I do this I tend to have a list on the left with the different items that are selectable and then have on the left the data about the selected item, then I use an update panel so that when the item on the left is selected it's data shows up on the left without flashing. </p> <p>I need opinions on what you all think of the two different methods of displaying a list and seeing the item that is selected's data.</p> <p>1) Which is better in your opinion? </p> <p>2) What do you all do to display a list and show the data on one of the items? </p> <p>3) Is there another way of doing this? </p> <p>4) Is it possible to combine the update panel method and the nice urls? (i.e. change the url to match the url that would get you to the current displayed data even though the update panel was used, and add to the history the new clean url for the current page)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload