March 2006 - Posts
In a previous post I gave a quick introduction to the Atlas Drag&Drop system. The core of this system is the Sys.UI.DragDropManager instance; this global-scoped object provides a cross-browser engine to handle drag&drop operations. As I said before,
Read More...
The March CTP of Atlas has been released today. Useful links: A list of fix/changes . Related blog entry by Nikhil Kotari . The Atlas contest . Regarding the samples in this blog, they will be updated to work with the March CTP in the next days. Stay
Read More...
In the previous post I've showed a classic Pager control implemented with the Atlas framework. Now it's time to see the Pager in action. Scenario In this example, we are going to display data from the server with a ListView control. Since we have
Read More...
Due to a requirement of a project I'm working on and to some threads in the ASP.NET Forums regarding client-side pagination, I've decided to implement a classic and well-known pagination logic using the Atlas framework. Please check also this
Read More...
This is a list of Q&A about the Web.Data.DataTable control provided by the Atlas framework. All the examples provided refer to a DataTable instance named dataTable . How can I get a DataTable instance from the server? How can I pass a DataTable instance
Read More...