Welcome to AspAdvice Sign in | Join | Help

Alessandro Gallo

.NET & Beyond

December 2005 - Posts

How to create a DataService and a DataSource in Atlas
test Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor Read More...
A quick overview of the ListView control
The ListView control (Web.UI.Data.ListView) is one of the builtin controls shipped with the Atlas framework. It allow to display data using a mechanism similar to that of the ASP.NET Repeater control. Basically, the ListView allows to define templates Read More...
Examples using Atlas markup code
<asp:TextBox id="myTextBox" runat="server" /><span id="completionList" /> Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor Read More...
Implementing a custom click behavior
The Atlas framework comes with a ClickBehavior (Web.UI.ClickBehavior) that allows to take actions when a particular control is clicked. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor Read More...
New Atlas CTP Release (December 2005)
The December release of Atlas can be downloaded here . For an Added/Changed/Fixed list, refer to the Atlas Announcements blog . For a quick tour of the new release, check this blog entry by Nikhil Kothari . Share this post: email it! | bookmark it! | Read More...
Hello World! in Atlas
Let's begin with the classic Hello World! example. TheHelloWorld.aspx page contains two buttons. When a button is clicked,data is retrieved from the server and displayed in an alert box. Inthis example we'll see how to make asynchronous calls Read More...
About this blog
Hi, this blog is about Atlas , a new technology developed by Microsoft . Atlas is about Javascript OOP, AJAX, it offers client and server controls, cross-browser compatibility, UI enhancements, it supports flexible binding and a declarative programming Read More...