November 2007 - Posts

We are very close in launching our v1.0 of AjaxDataControls and there are a lot enhancement and change has been made since the beta. Here are some of the important:

Overall:
1. Namespace changed from Ajax.Data.Controls to AjaxDataControls (Otherwise it was conflicting with other popular JS library like script.aculo.us)
2. Fadein Animation added when data is binded to datasource (Requires PreviewScript.js & PreviewGlitz.js).
3. Drag and Drop now uses the Ajax Framework DragDropManager (Requires PreviewScript.js & PreviewDragDrop.js).
3. Code is now Xml Commented.

DataList:
1. Drag and Drop is implemented between the items (except the Edit item).

GridView:
1. Drag and Drop Column Orders can be stored in Asp.net Profile by calling loadColumnsFromProfile and saveColumnsToProfile. It requires the Ajax ProfileService is configured prior calling these methods.
2. ColumnID prperty added to column to uniquely identify it when loading and saving in profile.
3. Now each column type has separate JS file to reduce the file size of the gridview. Now it only loads the required column files.
4. Designer Added.
5. No need to call the dataBind after resetting the editIndex.

Pager:
1. RowPerPage - >PageSize
2. CurrentPage ->PageIndex
3. PageChange ->PageChanged
4. FirstPageText -> FirstText
5. PreviousPageText -> PreviousText
5. NextPageText -> NextText
6. LastPageText -> LastText
7. ShowNumeric -> ShowNumber

My ex-partner of crime Mehfuz recently wrote an excellent article on how to develop a custom Linq Provider. In this article he shows how to interact with the popular photo sharing site Flickr with a custom Linq provider. Check it out.

My favorite .NET Community site DotNetSlackers recently launched a contest, the prizes are really cool, all you have to do post questions and answers and become the top 3 contributor of the forum. The Prizes are:

  • 1st Prize: Telerik RadControls for ASP.NET(worth $799) and XBox 360 Elite (worth $499)
  • 2nd Prize: ANTS Profiler Pro - (worth $495) and The ASP.NET 2.0 Anthology: 101 Essential Tips, Tricks & Hacks (worth $39.95)
  • 3rd Prize: The ASP.NET 2.0 Anthology: 101 Essential Tips, Tricks & Hacks (worth $39.95)

You must have to have an account in DotNetSlackers to participate in the contest. Check out the details.

More Posts