Silverlight, Grids, MVC, HTTP Post

Posted by bplus on Stack Overflow See other posts from Stack Overflow or by bplus
Published on 2010-04-19T11:48:14Z Indexed on 2010/04/19 11:53 UTC
Read the original article Hit count: 264

Filed under:
|

I'm trying to create an editable grid using Asp.Net MVC 2 and Silverlight (specifically a grid that displays info from a db and allows users to update that info).

So far I've managed to put a silverlight grid on an a view, using this technique

However I have no way of getting the updated data from the silver light grid. Is there anyway to get these values posted back to my controller?

I'm pretty new to Asp.Net MVC and I'm really only getting started using silverlight.

Thanks for any help!

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about mvc