.net - ASP.Net MVC3: Hide item from _Layout file only in one view -


in layout file, displaying text, , want hide text in 1 view. how tell view loaded inside view?

you can set id text container , in specific view can hide id jquery
write code in view can hide text

$(function() { $("#id").hide(); }


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -