why i am getting popup message when I am tryiing to update user.
- by kumar
I am getting Popup mesage something like
You have chosen to open
Update
which is a:application/json
From : http://localhost:1234
which ok cancel buttons..
I am using this code to run..
[HttpPost]
public JsonResult MEdit(ExpenseBE e)
{
var cache = CacheFactory.GetCacheManager();
string F_ACTION =…