In visual studio if you have an hidden field,
eg:
<div style="display:none"> This content is not visible in design time</div>
In design mode one cannot see the content of the div.
Are there any settings in Visual Studio 2013 to make invisible tags to be seen in design mode?
i've found this:
http://msdn.microsoft.com/en-us/library/ms178152%28v=vs.90%29.aspx
, but this doesn't pply to vs2013