DropDownList
:設置文本框爲需要基於DropDownList中的「選擇」值
<asp:DropDownList CssClass="DropDownForm" ID="PositionShift" runat="server">
<asp:ListItem Text="Please Select" Value="" />
<asp:ListItem Text="option1" Value="1" />
<asp:ListItem Text="option2" Value="2" />
<asp:ListItem Text="option3" Value="3" />
<asp:ListItem Text="option4" Value="4" />
<asp:ListItem Text="option5" Value="5" />
<asp:ListItem Text="option6" Value="6" />
<asp:ListItem Text="option7" Value="7" />
</asp:DropDownList>
Label
:
<asp:Label ID="RequisitionNumberLabel" Text="Requisition Number" runat="server"></asp:Label>
TextBox
:
<asp:TextBox ID="RequisitionNumberTextbox" runat="server"></asp:TextBox>
所以,我想,當所有的選項1,5或6選擇了RequisitionNumberTextbox
字段必須在其標籤上標註「*」。
我發現了一些相關的例子,然後我試着用Jquery
,但我無法自己弄清楚。
等一下,你只是想讓人們爲你做這個?其餘規格在哪裏? – Mathemats
您好數學..請給我你的電子郵件添加..我需要你的幫助。 –