How to bind ArrayList Object to an ASPxGridView control

Posted by nikolaosk on ASP.net Weblogs See other posts from ASP.net Weblogs or by nikolaosk
Published on Sun, 08 Apr 2012 13:34:00 GMT Indexed on 2012/04/08 17:31 UTC
Read the original article Hit count: 313

I have been involved with a ASP.Net project recently and I have implemented it using the awesome DevExpress ASP.Net controls. Parts of the project involved binding data from custom objects, SqlDataSource & ObjectDataSource data sources to the ASPxGridView control. In this post I will show you how to bind data from an ArrayList object to the ASPxGridView control . If you want to implement this example you need to download the trial version of these controls unless you are a licensed holder of...(read more)

© ASP.net Weblogs or respective owner

Related posts about arraylist

Related posts about ASP.NET