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
  • 10,986
  • 36
  • 101
  • 166

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,447
  • 3
  • 72
  • 76
  • 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