can any body have idea for create dynamic class at run time.i have one dictionary<string,object>
which is contains datatable's all columns with it's datatype my plan is to create a dynamic class base on dictionary. means datatable's column name is property of class. after create list<dynamic class>
and bind to grid
it's grate help if you have code for it