Hi ,
I am trying to map datagrid to database. There is one field that is numeric in the database, but I want to show in the datagrid that is on the web page as a string. For an example, if the database says 1, the datagrid will show "Qualified"
if 2, "Disqualifi ed." So on and so forth. I am not sure how to do this. The programming is done in VB.Net. And since the .Net version is 1.1 so i am not able to use gridview. I have tried dataformatting but to no avail.
Please please need help!
Thanks in advance!
I am trying to map datagrid to database. There is one field that is numeric in the database, but I want to show in the datagrid that is on the web page as a string. For an example, if the database says 1, the datagrid will show "Qualified"
if 2, "Disqualifi ed." So on and so forth. I am not sure how to do this. The programming is done in VB.Net. And since the .Net version is 1.1 so i am not able to use gridview. I have tried dataformatting but to no avail.
Please please need help!
Thanks in advance!
Comment