Hi, experts,
currently I am using Gridview to display my data on my application. The thing I want to do is, I want to map the data to a string. Just like one of my columns will have the value of 3, but I want to display "Deleted" on the screen instead of "3". Is it possible? I am putting all the codes in the vb file, even the declaration of the asp.net web control. Will this work? or i have to define it in the aspx page? Please help. Thanks
currently I am using Gridview to display my data on my application. The thing I want to do is, I want to map the data to a string. Just like one of my columns will have the value of 3, but I want to display "Deleted" on the screen instead of "3". Is it possible? I am putting all the codes in the vb file, even the declaration of the asp.net web control. Will this work? or i have to define it in the aspx page? Please help. Thanks