简体   繁体   English

asp.net中的部分视图

[英]Partial views in asp.net

im working in asp.net and i want to implement partial views. 我在asp.net工作,我想实现局部视图。 i want to load .ascx page without refreshing the current page and not even url changed. 我想加载.ascx页面而不刷新当前页面,甚至不更改url。 can i implement it in asp.net. 我可以在asp.net中实现它吗? if any one any link which will be useful for me. 如果有任何链接对我有用。

Thanks 谢谢

You probably want to look at the AJAX support in ASP.NET, which allows you to load parts of the page asynchronously. 您可能希望查看ASP.NET中的AJAX支持,该支持使您可以异步加载页面的某些部分。 http://www.asp.net/ajax is probably a good place to start. http://www.asp.net/ajax可能是一个不错的起点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM