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 -

c - getting error: cannot take the address of an rvalue of type 'int' -

python - GitPython: check if git is available -