Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    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.
    1. CORight, but all the hype around ajax, almost the "slogan" seems to be "no more waiting on slow postbacks to the server" even though I know it still has to call back a small object to the server. But I thought the point would be it was so fast it was hardly noticeable. So if ajax can't be counted on to do that, is there another way to do this for previews of text that is instant? Would jquery offer a better way or would it be the same (the text has to come from the server anyway...)? See http://www.microsoft.com/sv/se/default.aspx as an example of the effect I mean (left menu)
      singulars
    2. COYou could preload the information when you load the page initially, so that the information is already in the HTML that is sent to the viewer.. This way you can easily show/hide/manipulate the HTML using a Javascript library like jQuery as you mention. Remember both Microsoft Ajax and Jquery relies on Javascript. They are just libraries that makes it easier for everyone to write clean and reliable Javascript. I'd take a look at jQuery if I were you. It changed the way I created Web applications, and it's really not that hard to get started with!
      singulars
    3. COYeah, it appears the problem was the browser support as stated above, and then it was really really fast, so it seems it works fine even if the content is on the server. Thanks anyway, and I have started to look into jquery, it seems really appealing nonetheless!
      singulars
 

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