Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想向页面添加一个复选框,并且该页面具有网络网格。因此,如果我选中复选框,它必须触发操作并将包含更多记录的视图返回到列表中。但是 webgrid 没有刷新,也没有显示最近的记录。我该如何解决我的问题。请帮助我...
IE 使用客户端缓存。所以请确保对代码禁用缓存。如下图。。
[OutputCache(Duration = 0, VaryByParam = "None")] public ActionResult GetArea(int locationId)