asp.net mvc - How to change the value of Layout in JQuery ? -


i created modal popup see here. problem need layout when user connects not when display modal popup using same login for. want make :

$("@layout").setvalue(null); 

i'd know if possible. in advance !

if want remove layout view,

just put above view

@{     layout = null; } 

a better approach using partial view inside pop-up.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -