提交代码
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList ID="drpPostId" runat="server" Label="工种" LabelWidth="150px" LabelAlign="Right" AutoPostBack="true" OnSelectedIndexChanged="drpPostId_SelectedIndexChanged"></f:DropDownList>
|
||||
<f:DropDownList ID="drpPostId" runat="server" Label="工种" LabelWidth="150px" LabelAlign="Right" EnableEdit="true" AutoPostBack="true" OnSelectedIndexChanged="drpPostId_SelectedIndexChanged"></f:DropDownList>
|
||||
<f:TextBox ID="txtPersonName" runat="server" Label="姓名" MaxLength="50" LabelWidth="150px" LabelAlign="Right"></f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
|
||||
Reference in New Issue
Block a user