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 select an element with its name attribute in jQuery you can use the snippet below. Samples Javascript Sample $('div[name="de.Fesslersoft.Testname"]').css({"border-color":…
We have just released another tool in our new Tools section. It’s a online XML Formatter, which uses HTML, AngularJs…
We have just released another tool in our new Tools section. It’s a online UUID/GUID generator, which uses HTML, AngularJs…
To catch specific SQLExceptions using Microsoft.NET and Microsoft Sequel Server you can use the snippet below. You also need to…
We have just released another tool in our new Tools section. It’s a online MD5 Hash Creator, which uses HTML,…
To extract (unzip) a password protected zip file using the Ionic DotNetZip Library, you can use the snippet below. Samples…
We have just released the first tool in our new Tools section. It’s a unicode compatible base64 encoder/decoder, which uses…
To use a specific encoding when working with XDocument, you can create an XDeclaration. Samples C# Sample XDocument xDoc =…