In a MVC application inside a layout page i have two  partial view . One is for details(
 
) and another one is for  login (
). But  whenever i click  only login page is showing .
if i remove login page partial from the layout then  details  partial page will display.
   for login
 
 Like  below i call script also