Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I use updatePanel in asp.net without refreshing all page? [closed]

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?

like image 959
Mehmet Ince Avatar asked Jun 07 '12 10:06

Mehmet Ince


1 Answers

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

Simple and understandable

like image 87
Talha Avatar answered Oct 05 '22 20:10

Talha