Showing posts with label Add Enum in Array List. Show all posts
Showing posts with label Add Enum in Array List. Show all posts

Tuesday, March 15, 2011

Add Enum in Array List


System.Collections.ArrayList Al = new System.Collections.ArrayList();                      

Al.AddRange(Enum.GetNames(typeof(SqlDbType)));

Mat Table Angular

Mat Table in Angular Mat table is used to display data . its a material designed styled data-table . For using Material Table MatTableMo...