Reputation: 4182
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!
Upvotes: 1
Views: 1305
Reputation: 600
simplest way would be to use someone else's code. have you seen http://www.flexigrid-asp.net
Upvotes: 1
Reputation: 184
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?
Upvotes: 1