Hi there, I have the following code inside a gridview - <ItemTemplate> <asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="LinqDataSource5" Text='<%# Bind("groupId") %>' Enabled="false"   ...