Updatepanel wurde in den Conditional Mode gesetzt und das Design wurde auch eigentlich aktualisiert, sodass die leeren, bzw nicht gewählten Felder rot angezeigt werden?? Warum passiert das nicht?? .
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
||||
<asp:ScriptManager ID="script1" runat="server"></asp:ScriptManager>
|
||||
|
||||
<asp:UpdatePanel ID="panelupdate1" runat="server"><ContentTemplate>
|
||||
<asp:UpdatePanel ID="panelupdate1" runat="server" UpdateMode="Conditional"><ContentTemplate>
|
||||
|
||||
<!-- Webiste-Content-->
|
||||
<div id="containerseiterand" style="margin-left:auto;margin-right:auto">
|
||||
@@ -72,8 +72,7 @@
|
||||
<h2>Auftrags-Suche</h2>
|
||||
</div>
|
||||
<div style="margin-left:6px">
|
||||
<div class="col-12" style="text-align:end">
|
||||
|
||||
<div class="col-12" style="text-align:end">
|
||||
<asp:LinkButton ID="btn_resetForm" runat="server" onclick="btn_resetForm_Click" style="margin-right:2px">Filter zurücksetzen</asp:LinkButton>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user