Guest User

Untitled

a guest
Jul 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <ul style="list-style-type: none;">
  2. <asp:SiteMapPath ID="SiteMapPath1" runat="server" >
  3. <NodeTemplate>
  4. <li>
  5. <a href='<%# Eval("url") %>' title='<%# Eval("description") %>' >
  6. <%# Eval("title") %>
  7. </a>
  8. </li>
  9. </NodeTemplate>
  10. </asp:SiteMapPath>
  11. </ul>
Add Comment
Please, Sign In to add comment