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?
Asked
Active
Viewed 1.5e+01k times
18
-
2AJAX! http://ajax.net-tutorials.com/controls/updatepanel-control/ – Adriano Repetti Jun 07 '12 at 10:05
2 Answers
29
Read these tutorials Asp.net Update Panel and Introduction to the UpdatePanel Control
Simple and understandable