0

does anyone have a link to an asp.net mvc 2 c# sample which contains saving rows to the server? how do you post the results back to a db?

user603007
  • 11,416
  • 39
  • 104
  • 168

1 Answers1

0

Check out those two sample applications:

  1. jqGrid in ASP.NET MVC 3 and Razor
  2. jqGrid in ASP.NET MVC - Strongly typed helper
tpeczek
  • 23,867
  • 3
  • 74
  • 77
  • Despite the Razor part, first sample will work with ASP.NET MVC 2 out of the box. Just use WebForms view engine for your views and change references. – tpeczek Mar 19 '11 at 09:27