<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Mod_Links.ascx.cs" Inherits="ExWeb.Mod_Links" %>
<%@ Register TagPrefix="mod" TagName="password" Src="~/Mod/Mod_Password.ascx" %>

<hr />
<mod:password ID="ModPassword1" runat="server" />
<asp:Panel runat="server" ID="Panel_Module">
    <asp:PlaceHolder ID="PlaceHolder_Links" runat="server" />
</asp:Panel>