How modify Details view

Posted by ognjenb on Stack Overflow See other posts from Stack Overflow or by ognjenb
Published on 2010-05-11T08:20:57Z Indexed on 2010/05/11 8:24 UTC
Read the original article Hit count: 127

Filed under:
|

How modify strongly typed Details view created in asp.net mvc? View need to present data Similarly to the table. Is this possible in CSS?

Part of my view is:

 <fieldset >
    <legend>Fields</legend>
    <p>
        ArticleNumber:
        <%= Html.Encode(Model.ArticleNumber) %>
    </p>
    <p>
        CalCertificateFile:
        <%= Html.Encode(Model.CalCertificateFile) %>
    </p>
 </fieldset>

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about css