Hi,
I need help urgently. I am using vb.net to do a program. Currently i encountered a problem.
My datagrid is bound to the dataset. However, the data in 1 of the column is in 0 or 1 e.g. status.
I want to use enum or some other methods to convert these 0s & 1s to Inactive and Active upon display on datagrid.
I hope I can avoid transversing through the list to manually change the value.
Is there any way that i can use to solve this problem?
Thank you in advance
I need help urgently. I am using vb.net to do a program. Currently i encountered a problem.
My datagrid is bound to the dataset. However, the data in 1 of the column is in 0 or 1 e.g. status.
I want to use enum or some other methods to convert these 0s & 1s to Inactive and Active upon display on datagrid.
I hope I can avoid transversing through the list to manually change the value.
Is there any way that i can use to solve this problem?
Thank you in advance