This is a migrated thread and some comments may be shown as answers.

How to write "Create and Update" Methods in MVC controller

0 Answers 101 Views
Data Source
This is a migrated thread and some comments may be shown as answers.
jsG
Top achievements
Rank 1
jsG asked on 04 Dec 2011, 09:20 AM
I flow the webinar "Get Started With The Kendo UI DataSource"
I use MVC .net for that
I create the read method and its work fine.

public JsonResult read() {
return this.Json(db.Weapons, JsonRequestBehavior.AllowGet);
}

I need to create the create and update method for that demo

No answers yet. Maybe you can help?

Tags
Data Source
Asked by
jsG
Top achievements
Rank 1
Share this question
or