I needed this while building a custom Search facility for a customer. I was working with the Sitefinity API and…
Tag Archives: DataTable
How to: Troubleshoot “Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.”
Working with DataSets, you might face this error message that will keep you from using code that you knew was…
How to: Sort and Reverse a DataTable
In order to sort/order the rows of a DataTable, we need to pass them through to an array of DataRow…
Quick tip: Troubleshoot “This row already belongs to another table” error message
If you’re working with Data Tables you might have tried to copy one table’s rows to another. However, using the…