开发者

Partial views in asp.net

开发者 https://www.devze.com 2023-01-07 06:23 出处:网络
i m working in asp.net and i want to implement partial views. i want to load .ascx page without refreshing the current page and not even url changed. can i i开发者_高级运维mplement it in asp.net.

i m working in asp.net and i want to implement partial views. i want to load .ascx page without refreshing the current page and not even url changed. can i i开发者_高级运维mplement it in 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. http://www.asp.net/ajax is probably a good place to start.

0

精彩评论

暂无评论...
验证码 换一张
取 消