I'm getting this error when I enable paging in my EditableGrid:
Multiple controls with the same ID 'ctl01' were found. FindControl requires that controls have unique IDs.
Can't figure out what's happening...
Multiple controls with the same ID 'ctl01' were found. FindControl requires that controls have unique IDs.
Where exactly are you enabling this paging...which grid, where? :-)
Regards
Morten Snedker
<dw:EditableGrid ID="GridDomains" runat="server" AllowSorting="True" AutoGenerateColumns="False" DataSourceID="LinqDataSourceDomains" EnableModelValidation="True" DataKeyNames="Id" CssClass="dwGrid" GridLines="None" PageSize="15" Width="100%" Visible="true" OnRowDataBound="GridDomains_OnRowDataBound" OnRowUpdating="GridDomains_OnRowUpdating" AllowPaging="false">
Multiple controls with the same ID 'ctl01' were found. FindControl requires that controls have unique IDs.
You must be logged in to post in the forum