Forum: Test |
Thema:
Re: test |
Von:
G. Guest (
22.01.2004 16:10) |
< asp:TextBox id="txtUsername" style="Z-INDEX: 101; LEFT: 128px; POSITION: absolute; TOP: 56px"
runat="server"></asp:TextBox>
<asp:TextBox id="txtEmail" style="Z-INDEX: 102; LEFT: 128px; POSITION: absolute; TOP: 104px"
runat="server"></asp:TextBox>
<asp:TextBox id="txtPwd" style="Z-INDEX: 103; LEFT: 128px; POSITION: absolute; TOP: 144px" runat="server"
TextMode="Password"></asp:TextBox>
<asp:Button id="Button1" style="Z-INDEX: 104; LEFT: 128px; POSITION: absolute; TOP: 184px" runat="server"
Text="Button"></asp:Button>
<asp:RequiredFieldValidator id="rfvPwd" style="Z-INDEX: 105; LEFT: 296px; POSITION: absolute; TOP: 144px" runat="server"
ErrorMessage="kein Pwd" ControlToValidate="txtEmail"></asp:RequiredFieldValidator>
<asp:RegularExpressionValidator id="rxvEmail" style="Z-INDEX: 106; LEFT: 304px; POSITION: absolute; TOP: 104px"
runat="server" ErrorMessage="Falsche Email" ControlToValidate="txtEmail" ValidationExpression="\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"></asp:RegularExpressionValidator>
Betreff |
Von |
Datum |
|
|
Till
Groos
|
23.01.2004 17:40 |
|
|
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!