Please view the image with the code and the integer value being loaded with hexa values.
The data retreived from SQL and loaded to datatable, but the data retrieved in the first column of my database is an identity column of type int. But the value returned by the datarow column is showing a hexa value(0x00000001). Why is that so? But if i convert to string it is showing as "1". But if convert to string and then back to int then also the hexa value is showing up.
What needs to be done to fix this issue?