Click here to Skip to main content
15,893,486 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear All,

Am Using Asp.net C# and Database as sqlServer 2005.

On My MASTER PAGE i have Menus as Home, Display, Changepasswd, Logout. When i click these menus to go for next page. COMPLETE PAGE IS REFRESHING. How to Avoid Page REfreshing.

I also Used Script manager and Update Panel.

By the way my Menus are in MASTER PAGE.

Please can any one ADVICE about this Refreshing Problem.


Thanks.
Posted
Comments
Sandeep Mewara 7-May-12 6:52am    
Repost. You have already been advised.
Here: http://www.codeproject.com/Questions/379785/Complete-Page-is-REFRESHING-when-clicking-on-Menus

well usually menus call different pages and it is normal to the whole page to refresh.

if you'r talking about "menu's animations" probably you need to make them client side (js/jquery)
i don't like putting the menu in a panel

with a piece of code we could help you more precisely
 
Share this answer
 
since the Home, Display, Changepasswd, Logout will remain the same can we try with cache ...if ur updatepanel is not responding...

http://msdn.microsoft.com/en-us/library/aa478965.aspx[^]
 
Share this answer
 
Hi Ranjith,

Where there is a case of redirecting to another page, It always get refreshed either you use updatepanel or anything else.
 
Share this answer
 
can you please send some code snippet for elaborating your problem. as i am affraid your updatepanel placement may not be accurate.

Nazish
 
Share this answer
 
Comments
Ranjith Reddy CSE 7-May-12 6:45am    
Sir, Can we put the Script Manager and Update Panel In Master Page.
Sandeep Mewara 7-May-12 6:53am    
Yes you can! I shared links with you, did you care to read them at all? :doh:

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