So I\'m in the verge of creating my first C# system. I use my vb.net system to use as my reference.
This is the code on my vb.net system:
Dim value A
You could also try the Field Method on DataRow which would look like this:
int value = dr.Rows[0].Field("TransID");
http://msdn.microsoft.com/en-us/library/system.data.datarowextensions.field