<asp:DataList ID="dlRoadmapOverviewDetailsEdit" runat="server" OnItemDataBound="dlRoadmapOverviewDetailsEdit_ItemDataBound"
RepeatColumns="1" Width="100%" cellpadding="0" cellspacing="0">
<ItemTemplate>
<asp:DropDownList id="dxddlGroupTypeEdit" runat="server" AutoPostBack="false" TextField="Name" ValueField="GroupGuid"
ValueType="System.String" Visible="false">
</asp:DropDownList>
<asp:Label ID="lblNoGroupTypeEdit" runat="server" Text="Type Not Defined" Visible="false"
Style="width: 400px; overflow: hidden; font-family: Tahoma; font-size: 11px; font-weight: normal; display: inline-block; white-space: normal;"></asp:Label>
</ItemTemplate>
</asp:DataList>
I have many controls in data list,this 2 a ...
Go to the complete details ...