C# 如何在不刷新所有页面的情况下在 asp.net 中使用 updatePanel?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10929644/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How do I use updatePanel in asp.net without refreshing all page?
提问by Mehmet Ince
I want to design a website which contains sub-categories of a product in asp.net(c#). When I clicked a sub-category, then an image of product must be shown and the main page shouldn't be refreshed. How can I succeed it?
我想设计一个包含asp.net(c#) 中产品子类别的网站。当我单击一个子类别时,必须显示产品图像并且不应刷新主页。我怎样才能成功呢?
采纳答案by Talha
Read these tutorials Asp.net Update Paneland Introduction to the UpdatePanel Control
阅读这些教程Asp.net 更新面板和UpdatePanel 控件简介
Simple and understandable
简单易懂
回答by Rakesh_HBK
Please refer below Ajax overview:
请参阅下面的 Ajax 概述:

