Ramco Ramco

Ramco Ramco

  • 443
  • 3.4k
  • 521.3k

Default Dropdown Value

May 10 2023 7:01 AM

Hi

  In below dropdown i want to set Regular Lead as default

<div class="form-group">
                                                    <label>Lead Type</label>
                                                    <asp:DropDownList ID="ddlLeadType" class="form-control" runat="server">
                                                        <asp:ListItem Value="">Select Lead Type</asp:ListItem>
                                                        <asp:ListItem Value="Regular Lead">Regular Lead</asp:ListItem>
                                                        <asp:ListItem Value="Lead Other">Lead Other</asp:ListItem>
                                                    </asp:DropDownList>
                                                </div>

Thanks


Answers (1)