views:

247

answers:

1

I've been trying to follow the top Google results for ASP.NET + Flexigrid for jQuery such as CodeProject's approach but they all seem kind of sophisticated, I'm rather looking for something way more basic in terms of simplicity, a kind of Hello World approach if you will. I'd be more than happy if you guys would like to share any resource that you might think would be helpful. Thanks much in advance!

+1  A: 

This example seems fairly simple to me. How To Populating a FlexGrid Control with ADO and ASP

But if you are using ASP.NET 3.5, why would you use a flexgrid instead of a GridView?

pthalacker
Thanks for your reply pthalacker! To answer your question, basically because our project requires a client-side, dynamic, ajax-enabled grid such as jqGrid or Flexigrid.
Nano Taboada