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.
精彩评论