0
我正在使用MVC和使用jquery.jeditable插件。編輯工作正常在grid.when我更新網格內容&點擊進入編輯帖子從我的控制器cllass被稱爲&返回一個字符串作爲更新文本。從jeditable插件編輯後在頁面上顯示消息
我想在更新完成後在我的頁面的其他地方顯示一條消息。
[HttpPost]public string edit(FormCollection collection)
{.....
// show success message on page other then grid column
... return <updated column value>;
}