December 2005 - Posts
test Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor
Read More...
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...
<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...
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...
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...
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...
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...