I am working with asp.net mvc framework. In my application I want to have a master page and multiple child pages. All the child pages should load if any one page gets loaded. Say i have 4 child pages i want to have link 1 2 3 .. in the master page. If i click on any one link the related page must be immediately available with out requesting a page to the server.
Can any one help or tell what is the best way to do it ??