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

<mod:password ID="ModPassword1" runat="server" />
<asp:Panel runat="server" ID="Panel_Module">
    <asp:Label ID="Label_ErsteZahl" runat="server" Width="20" EnableViewState="true"></asp:Label>
    +
    <asp:Label ID="Label_ZweiteZahl" runat="server" Width="20" EnableViewState="true"></asp:Label>
    =
    <asp:TextBox ID="TextBox_Ergebnis" runat="server" Width="20"></asp:TextBox>
    <asp:Button ID="Button_Send" runat="server" OnClick="Button_Send_Click" Text="" />
</asp:Panel>