Recent Posts

2
Comments

Data Structures and Algorithms - First Draft by Sonu

Today we launched a new project on which Granville and Luca have been working on. The result is a nice PDF e-book that you can download for free here on DotNetSlackers. For more info visit: http://dotnetslackers.com/projects/Data-Structures-And-Algorithms...
4
Comments

Ajax Futures Preview 4 is available by Sonu

I just saw on Bertrands blog (via DotNetSlackers), that the Ajax Futures Preview 1 is available. It also includes client-side template rendering. I have been waiting to try that feature out to see how it differs from the AjaxDataControls project here...
0
Comments

Call to submit feedback for the AjaxDataControls by Sonu

If you are one of the users that is using our AjaxDataControls, then we need your help. We are planing to work on the AjaxDataControls to fix current bugs and to add new features - this may be released as a SP or as a new release. We are not sure about...
Filed under: ,
1
Comments

AjaxDataControls (ADC) FAQ - How to get started with the AjaxDataControls and Visual Studio 2008? by Sonu

This is a followup small how-to on my previous post: AjaxDataControls (ADC) FAQ - How to get started with the AjaxDataControls with Visual Studio 2005? The basic idea is the same, however to make it easy to get started with VS2008 and ADC, I will repeat...
0
Comments

DotNetSlackers Ranking System - first beta by Sonu

We have finally launched a new ranking system at DotNetSlackers. You can read about it here: http://dotnetslackers.com/ranks Any feedback is appreciated.
0
Comments

AjaxDataControls (ADC) FAQ - INDEX by Sonu

Welcome to the AjaxDataControls FAQ. How to get started with the AjaxDataControls with Visual Studio 2005? AjaxDataControls (ADC) FAQ - How to get started with the AjaxDataControls and Visual Studio 2008? How to loop through all items? How to get the...
Filed under: ,
8
Comments

AjaxDataControls (ADC) FAQ - How to get started with the AjaxDataControls with Visual Studio 2005? by Sonu

This is a quick how to post for everyone that would like to get started with the AjaxDataControls. I will cover all steps one by one to show you easy the controls can be used. Open Visual Studio 2005 and create a new ASP.NET Ajax Enabled Website: Add...
1
Comments

AjaxDataControls (ADC) FAQ - Loop through the items by Sonu

Sometimes you may want to loop through all the items in any of the ADCControls after it has been bound. The following code demonstrates this: function loopItems() { var items = dataList.get_items(); for (var item in items) { // do something. } } Now in...
1
Comments

AjaxDataControls (ADC) FAQ - get_items()[index] by Sonu

Remember that you can always use the the following javascript code to get the desired item from any of the data controls. var index = 3; var item = adcControl.get_items()[index]; item.findControl("your control");
0
Comments

AjaxDataControls (ADC) FAQ - DataList - SelectedIndexChangedEvent by Sonu

I am going to start an AjaxDataControls FAQ on my blog with the most knowen properties/events and show them how you can use them. The first series will cover the DataList control - an index will be added as soon as there are more FAQ's posted. In...
Filed under: , ,
0
Comments

Jason Gaylord joins the ADC team by Sonu

I am very happy to announce that Jason Gaylord has joined the Ajax Data Controls (ADC) team. Jason has tons of experience with AJAX and I am pretty sure that he will be a great benefit for the project. Jason has just uploaded the binaries for Visual Studio...
Filed under: ,
3
Comments

ASP.NET MVC - KIGG by Sonu

We are proud to announce the release of KIGG - a real world live application build with ASP.NET MVC. You can see the live application at the following link: http://kigg.dotnetslackers.com The source is released under open source and can be downloaded...
Filed under: , ,
2
Comments

AjaxDataControls on Ajaxian by Sonu

I am happy to see that ADC got mentioned on Ajaxian.com (see here ). Kazi and the other team members have been working very hard on the v1.0 release and I personally think that these are very robust components. I have been using them for a while without...
Filed under: ,
0
Comments

AjaxDataControls v1.0 Goes Live by Sonu

As Kazi mentioned on his blog, we are finally live with the first release (1.0) of ADC. A big thanks goes to Kazi for creating these nice and easy to use controls along with all those fancy ajax features. I would also like to thank the developers and...
Filed under:
2
Comments

DotNetSlackers to be at MIX08 by Sonu

DotNetSlackers is proud to announce that it'll be a sponsor at MIX08 - so don't be surprised if you see DNS logos and handouts at the conference. This marks our second year of sponsorship for the event which has been one of the most successful...
Filed under: ,
More Posts Next page »
The leading UI suite for ASP.NET - Telerik radControls
Outstanding performance. Full ASP.NET AJAX support. Nearly codeless development.