How to change the BackgroundColor of a XtraGrid Grouprow using C# or VB.NET
To change the BackgroundColor of a XtraGrid Grouprow you need to use the Gridviews CustomDrawGroupRow Event. Sample C# Sample VB.NET
All the Code Snippets and Samples you need
To change the BackgroundColor of a XtraGrid Grouprow you need to use the Gridviews CustomDrawGroupRow Event. Sample C# Sample VB.NET
To split a delimited string to multiple rows using MSSQL you can use the snippet below. Sample MSSQL
To make a multicolumn listbox in C# and VB.NET you can use the following snippet. First you need to add the Columns to the Listview. Sample C# Sample VB.NET
To delete duplicate records using MSSQL you can use the following snippet. The table must have identity column, which will be used to identify the duplicate records.