Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear Friend's

I am facing one issue the scenario is as given below.

I have created an application which is has a master page, multiple pages map to that master page.
The master page has a menu control which is populated using data coming from Execute Procedure.
The menu map has child menu for each process.

But every time any page is accessed through menu, the page loads, as well as master page. This leads to the execution of the procedure and populate the menu control.

Is there any easy and perfect way to overcome this issue which effects the performance of the application.

Thanks in advance
Posted
Updated 12-Nov-11 5:20am
v2

1 solution

Use techniques like Cache

Exploring Caching in ASP.NET[^]
 
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