User Profile & Activity

Uwe Gerstenberger Member
Posted: May 31, 2011 11:42 AM

I found the solution by myself.

 

If you use DataTable as Datasource then specify the type of column like this:

            DataTable parts = new DataTable();

            parts.Columns.AddRange(new DataColumn[]{
                new DataColumn("DienstleistungID", typeof(long)),
                new DataColumn("Bezeichnung")
            });
All times are GMT -5. The time now is 10:27 PM.
Previous Next