Forum: AJAX |
Thema:
AW: AW: Validation Control |
Von:
Thomas Scherner (
14.03.2007 13:47) |
Hallo und vielen Dank für die Anregung. Ich habe es jetzt folgend gelöst :
<asp:Button ID="BtnSendSms" runat="server" BackColor="#C0FFC0" Height="22px" Style="z-index: 116;
left: 557px; position: absolute; top: 268px" Text="SMS senden" Width="175px" ValidationGroup="TXTFREEBOX" OnClick="BtnSendSms_Click" />
<asp:RequiredFieldValidator ID="RequiredFieldvalidator1" runat="server" ErrorMessage=" Du must einen Text eingeben " ControlToValidate="txtfree" ValidationGroup="TXTFREEBOX" style="z-index: 121; left: 75px; position: absolute; top: 325px"></asp:RequiredFieldValidator>
<asp:ValidationSummary ID="Validationsummary1" runat="server" ShowMessageBox="true" ValidationGroup="TXTFREEBOX" style="z-index: 122; left: 76px; position: absolute; top: 347px" />
Vielen Dank und Gruß
Thomas
Ich bin ein Newbie . Aber jeder hat mal angefangen. Gruß & Dank Thomas
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!