I have a table called "X". I am trying to update this table by clicking "update button" in a datagrid. When I do that I am getting with the below error.
Item has already been added. Key in dictionary: 'admin' Key being added: 'admin'
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Item has already been added. Key in dictionary: 'admin' Key being added: 'admin'