Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have a website design in which i have some links on Left pane and some on Top pane.
I want that on click of any link my only center screen of page is refreshed not all the page as all links are always remain same or few can be add dynamically.

So main thing i want to minimize or stop page flicking on page postback.

How can i achieve this?
Please help.
Posted

1 solution

Make your application AJAX enabled.

You need to use AJAX features like update panel, pagemethods, etc to have partial updates to the page. This would stop page flickering.

Have a look at various tutorials to do the same here[^], one of it:
Walkthrough: Creating an Ajax-Enabled Web Site[^]
 
Share this answer
 
Comments
Sandesh M Patil 5-Jan-11 8:36am    
good answer
fjdiewornncalwe 5-Jan-11 11:23am    
Agreed. This is the best way, but if you have no idea about ajax, you could also do this using frames, but it is a clunky way to do it.

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