Sonu on .NET
DotNetSlackers blog
Sign in
|
Join
|
Help
Home
Contact
About
RSS
Atom
Comments RSS
This site
DotNetSlackers home
Sponsors
MaximumASP
Packet Sniffer
Custom Essay
conference call tips
Search
Tags
.net
ADC
ajax
AjaxDataControls
ajaxdatalist
ajaxgridview
ajaxpro
ajaxrepeater
apple
Article
asp.net
asp.net mvc
aspose
aspose.total
ATLAS
award
cells
code
code-snippet
Community Server
compression
contest
css minimizer
DotNetSlackers
ELMAH
event
examples
excel
export
FAQ
findcontrol
forum
free
get_items()
gridview
hosting
httpzip
iis7
javascript minimizer
job
job board
jobs
kigg
Mashup
microsoft
mix
Mix07
morpheus
msdn
mvc
MVP
open source
Personalization
safari
simplecms
single sign on module
skins
snippet
sponsor
SQL
sso
subscription
telerik
upgrade
Visual Studio Team System 2008
web utilities
wiki
worksheet
wpf
wpfwiki
xbox
xbox360
Navigation
Home
Blogs
Forums
Downloads
Archives
August 2008 (1)
July 2008 (1)
June 2008 (9)
February 2008 (2)
January 2008 (2)
November 2007 (4)
October 2007 (5)
September 2007 (4)
June 2007 (1)
May 2007 (2)
April 2007 (3)
March 2007 (3)
December 2006 (1)
October 2006 (2)
September 2006 (3)
August 2006 (7)
June 2006 (3)
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:
AjaxDataControls
,
ADC
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...
Filed under:
AjaxDataControls
,
Visual Studio Team System 2008
,
ADC
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:
AjaxDataControls
,
FAQ
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...
Filed under:
AjaxDataControls
,
ADC
,
FAQ
,
gridview
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");
Filed under:
AjaxDataControls
,
ADC
,
FAQ
,
get_items()
,
findcontrol
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:
AjaxDataControls
,
ADC
,
FAQ
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:
AjaxDataControls
,
ADC
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:
kigg
,
mvc
,
asp.net mvc
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:
AjaxDataControls
,
ADC
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:
ADC
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:
event
,
mix
More Posts
Next page »
The leading UI suite for ASP.NET - Telerik radControls
Outstanding performance. Full ASP.NET AJAX support. Nearly codeless development.