Files
XPS/project/XPS_deploy/Release/mod_navPath.ascx
T

9 lines
568 B
Plaintext

<%@ control language="C#" autoeventwireup="true" inherits="mod_navPath, XPS_deploy" %>
<asp:HyperLink ID="hlNaviga" runat="server" />
<asp:Label ID="lblSeparatore" runat="server" Text="|" />
<asp:TextBox ID="txtVal" Visible="false" runat="server" Width="1px" />
<asp:TextBox ID="txtSeparatore" Visible="false" runat="server" Width="1px" />
<asp:TextBox ID="txtLink" Visible="false" runat="server" Width="1px" />
<asp:TextBox ID="txtTesto" Visible="false" runat="server" Width="1px" />
<asp:TextBox ID="txtTooltip" Visible="false" runat="server" Width="1px" />