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?
Asked
Active
Viewed 701 times
1 Answers
0
Check out those two sample applications:

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