Set title to a div in mvc
Posted
by user281180
on Stack Overflow
See other posts from Stack Overflow
or by user281180
Published on 2010-04-22T12:15:28Z
Indexed on
2010/04/22
12:23 UTC
Read the original article
Hit count: 119
mvc
I have the following code, but it`s giving me errors
<div id="ChangePassword" title="Change password for "&<%=item.Name%>>
<%Html.RenderPartial("PasswordDetails", Model); %>
</div>
I need to display the name in the title. How can I do that?
© Stack Overflow or respective owner