<asp:Label ID="CreditCheckLB" runat="server" Text=" Credit check being done on your company?"></asp:Label></td>
<asp:TextBox ID="CreditDDyes" runat="server"></asp:TextBox>
<td> <asp:DropDownList ID="CreditCheckDD" OnSelectedIndexChanged="CreditCheckDDtoTBenable" AutoPostBack="true" runat="server" style="width: 63px" >
<asp:ListItem>Select</asp:ListItem>
<asp:ListItem Text="Yes:" Value="0"></asp:ListItem>
<asp:ListItem Text="No" Value="1"></asp:ListItem>
</asp:DropDownList>
if i select the value 0 it ill show a text box with label .i need a code in c#
*This post is locked for comments