Welcome to AspAdvice Sign in | Join | Help

Alessandro Gallo

.NET & Beyond

March 2006 - Posts

Drag and Drop with Atlas: interfaces
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...
Atlas March CTP Released
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...
Implementing pagination with Atlas: an example
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...
Building a Pager control with the Atlas framework
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...
Quick Reference for the Atlas DataTable
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...