Designänderungen

This commit is contained in:
ja
2021-10-06 16:49:38 +02:00
parent 77f663d96c
commit bc874b224e
5 changed files with 16 additions and 13 deletions

View File

@@ -82,7 +82,7 @@
<tr style="color:#003680; height:50px;">
<td align="right">
<asp:Label ID="CustomerIDLabel" runat="server" AssociatedControlID="CustomerID" CssClass="txt_design">Kundennummer:</asp:Label>
</td>
</td>
<td>
<asp:TextBox ID="CustomerID" runat="server" TextMode="Number" required="true"></asp:TextBox>
<asp:RequiredFieldValidator ID="CustomerIDrequired" runat="server" ControlToValidate="CustomerID" ErrorMessage="Die Kundennummer ist erforderlich." ToolTip="Die Kundennummer ist erforderlich." ValidationGroup="Login1">*</asp:RequiredFieldValidator>