Muhammad Essa Rind

Total Ranking points:5

Top Answers

0 Hi Sami Hussain you can add ID attribute on ASP.NET server controls by using ID attribute on them below is the simple example. <asp:DropDownList ID="DropDownIdName" runat="server"> <asp:ListItem Text="Red" Value="red"></asp:ListItem> <asp:ListItem Text="Blue" Value="blue"></asp:ListItem> <asp:ListItem Text="Green" Value="green"></asp:ListItem> </asp:DropDownList> Hope this helps you :)

Top Tags Used

1 Asp.Net