i got this code from c# and i dont know how to do this in vb.net
VB Code:
DataColumn cCustID = new DataColumn("CustID", typeof(int));
VB Code:
'solution dim ccustid as datacolumn = new datacolumn("CustID", GetType(integer))
thanks in advance...mate
:wave:
