Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 82002

Populate TextBox based on DropDownList Selection in ASP.Net using C#

$
0
0

<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# 


Viewing all articles
Browse latest Browse all 82002

Latest Images

Trending Articles



Latest Images