<asp:DropDownList ID="DropDownList1" runat="server">
<asp:ListItem Value="StatusUpdate">StatusUpdate</asp:ListItem>
<asp:ListItem Value="CustomStatus">CustomStatus
</asp:ListItem>
</asp:DropDownList>
When I select the dropdown list
Value="CustomStatus" then enable the Div how to do this.
Go to the complete details ...