How to export Gridview data to Excel using devexpress XtraGrid
To export Gridview data to Excel using devexpress XtraGrid have a look at the sample below. Samples C# Sample using…
All the Code Snippets and Samples you need
To export Gridview data to Excel using devexpress XtraGrid have a look at the sample below. Samples C# Sample using…
To catch specific SQLExceptions using Microsoft.NET and Microsoft Sequel Server you can use the snippet below. You also need to…
To extract (unzip) a password protected zip file using the Ionic DotNetZip Library, you can use the snippet below. Samples…
To use a specific encoding when working with XDocument, you can create an XDeclaration. Samples C# Sample XDocument xDoc =…
Here is an example on how to remove specific (unicode) characters in a String using C# and VB.NET Samples C#…
This is the IsSmallerThan generic extension method, this extension method which is part of the Fesslersoft.Extensions. It should only work…
This is the IsLargerThan generic extension method, this extension method which is part of the Fesslersoft.Extensions. It should only work…
To change the encoding of a String using .NET you can use this Extension Method which is part of the…
Here is an example on how to convert a Securestring to String using C# and VB.NET. Please remember that storing…
Here is an example on how to convert a String to Securestring using C# and VB.NET. Please remember that the…