Monday, March 9, 2015

How to bind the Status type Columns with the grid view using ENUM & Dictionary

How to bind the Status type Columns with the grid view using ENUM & Dictionary Step 1:- Create one class with  enum and Dictionary namespace Utility {     public static class Constants     {         public enum ConstantStatus         {             [Description("New")]            ...
Read More »