Files
XPS/project/XPS_deploy/Source/mod_navPath.ascx
T
2008-11-13 16:06:13 +00:00

9 lines
587 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="mod_navPath.ascx.cs" Inherits="mod_navPath" %>
<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" />