Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
whenever i refresh the webpage i don't want to reload the panel part or div part .what should i do for this, i am using update panel but it is not working.
Posted

1 solution

You have to be more clearer on 'not working' part.

Using UpdatePanel, whatever you put into it will get refreshed when it is triggered for an update. Have a sample example and details about the same here and go through the samples on how to use it:

Here you go:
UpdatePanel control[^]
UpdatePanel Class[^]
All you need to know with sample code is present and explained.

Nutshell: You need to put your content in an Udpate Panel to enable partial rendering.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900