且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

MVC剃刀视图内容刷新

更新时间:2023-11-18 12:39:16

如果要求是部分页面刷新然后我的建议是你可以使用ajax。意味着如果你点击然后你去服务器进行任何异步方式的操作并从你的ajax回调中获取结果并用javascript刷新你的页面部分。您可以在所有ajax进程中获取jquery的帮助。
If requirement is "Portion of the Page refresh" then my suggestion is you can use ajax. Means if you click then you to to server for any operation with asynchronous way and get result from your ajax callback and refresh your page portion with javascript. You can take jquery''s help for all ajax process.