Ajax Live Scrolling Example
This is an example of Live Scrolling with Ajax. Live Scrolling means that when you scroll to the bottom
of the container then new items are being appended to the container automatically. It is a very nice way of having a "DataGrid"
run on into "infinity" or with very large sets of data. This way the user can get presented only the most relevant at the beginning
and have the choice of drilling into the dataset to see the next chunk of data as long as he wish. It is a very nice way to create
a pager for a "DataGrid" or a "GridView" too.
A couple of good examples of usage is to display search results where you only show the first 10 results
and feeds your result widget with more results as the user scrolls down
Try to scroll down to the bottom of the list.
|
About Martin Luther King, Jr.
Martin Luther King, Jr. (January 15, 1929 – April 4, 1968)
was one of the main leaders of the American civil rights movement. He was a political
activist and Baptist minister and is regarded as one of America's greatest orators.
King's most influential and well-known public address is the 'I Have A Dream' speech,
delivered on the steps of the Lincoln Memorial in Washington, D.C. in 1963. In 1964,
King became the youngest man to be awarded the Nobel Peace Prize (for his work as a
peacemaker, promoting nonviolence and equal treatment for different races).
On April 4, 1968, King was assassinated in Memphis, Tennessee.
Source Wikipedia - about Martin Luther King, Jr. |