<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
Hey Navauyht,
Please refer below link for what you are looking for:
http://www.c-sharpcorner.com/forums/how-to-set-textbox-text-when-value-selected-from-dropdown
If found useful, please mark the answer as verified.
Cheers
Arpit
https://arpitmscrmhunt.blogspot.com
It has nothing to do with CRM, you should go to other forum.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156