|
|
Q636 How can I show 10 records from a database at a time?
irt.org | Knowledge Base | JavaScript | File | Q636 [ previous next ] Q636 How can I show 10 records from a database at a time?This would be difficult (if not impossible) with Client Side JavaScript. However, Internet Explorer 4+ includes support for Data Binding - take a look at Dynamic Table Sorting which gives a simple introduction into Data Binding. For a great working example check out: http://webdev.wrox.co.uk/books/0707/BookList2/wroxbind.htm. |
-- div -->
|