.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
Post a Comment