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#)产品子类别的网站。当我点击一个子类别时,必须显示产品的图片,不能刷新主页。我怎样才能成功呢?
2 个解决方案
#1
22
Read these tutorials Asp.net Update Panel and Introduction to the UpdatePanel Control
阅读这些教程Asp.net更新面板和UpdatePanel控件的介绍
Simple and understandable
简单和可以理解的
#2
4
Please refer below Ajax overview:
请参考以下Ajax概述:
http://msdn.microsoft.com/en-us/library/bb386454.aspx
http://msdn.microsoft.com/en-us/library/bb386454.aspx
#1
22
Read these tutorials Asp.net Update Panel and Introduction to the UpdatePanel Control
阅读这些教程Asp.net更新面板和UpdatePanel控件的介绍
Simple and understandable
简单和可以理解的
#2
4
Please refer below Ajax overview:
请参考以下Ajax概述:
http://msdn.microsoft.com/en-us/library/bb386454.aspx
http://msdn.microsoft.com/en-us/library/bb386454.aspx