18

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?

Mehmet Ince
  • 4,059
  • 12
  • 45
  • 65

2 Answers2

29

Read these tutorials Asp.net Update Panel and Introduction to the UpdatePanel Control

Simple and understandable

madster
  • 23
  • 2
  • 6
Talha
  • 18,898
  • 8
  • 49
  • 66
4

Please refer below Ajax overview:

http://msdn.microsoft.com/en-us/library/bb386454.aspx

Rakesh_HBK
  • 181
  • 3
  • 12