Hi,
I have a variable of type "int?". I am trying to assign values from DataTable and in some rows it has "null" values and the appln. is breaking at this point.
Can any one help me here.
I am trying something like.
Order = (int)dt["Order"];
Thanks
Vikram
Go to the complete details ...