DataTable/Set/Row support is back in MS Ajax RC
Posted by: Rick Strahls WebLog,
on 19 Dec 2006 |
View original | Bookmarked: 0 time(s)
DataTable support is back in MS Ajax and Im glad to see that this feature is back. Why? Because DataTables are a great way to get data back into the client and bind it quickly. For example to load a DataTable into a dropdown listbox is as simple as this (including control initialization):
// *** We need to explicitly fire code
// *** when the page and scripts have loaded
Sys.Application.add_load(OnPageLoad);
// *** MS Ajax Controls are 'global' and can only load once
// *** so we have...