This commit is contained in:
2025-03-22 22:10:21 +08:00
parent 089b331b0a
commit b93d507485
4 changed files with 7 additions and 7 deletions
@@ -20,7 +20,7 @@
<f:Toolbar ID="Toolbar2" Position="Top" runat="server">
<Items>
<f:DropDownList ID="drpTypes" runat="server" Label="Type" LabelAlign="Right" AutoPostBack="true" OnSelectedIndexChanged="Text_TextChanged"></f:DropDownList>
<f:DropDownList ID="drpDescipline" runat="server" Label="Descipline" LabelAlign="Right" AutoPostBack="true" OnSelectedIndexChanged="Text_TextChanged"></f:DropDownList>
<f:DropDownList ID="drpDescipline" runat="server" Label="discipline" LabelAlign="Right" AutoPostBack="true" OnSelectedIndexChanged="Text_TextChanged"></f:DropDownList>
</Items>
</f:Toolbar>
</Toolbars>