C
CyberBless
I have a cell in a MSSQL database that has comma delimited values.
I.E. ( "1", "2", "3","4" ).
These values represent property types. I.E.
1 = 1-Unit
2 = 2-Unit
3 = 3-Unit
4 = 4-Unit
5 = Condo
etc...
Lets assume there is no "look-up" table (I've search some 50 tables so
far and could'nt find a table that relates the values there is over 200
more tables to search and tables do not have recognizable or intuitive
names)
When I bind the data from this cell to a textbox I see "1", "2",
"3","4" exactly whats in the database which makes perfect sense. How
do I make it so these values show the appropriate text. So instead of
-> "1", "2", "3","4" <- I would see
1-Unit
2-Unit
3-Unit
ect...
How would I add or remove values from these cells/columns?
I'm programing with C# and is pretty new to .Net. Any help in this
matter would be greatly appreciated.
Thanx
Cyberbless
I.E. ( "1", "2", "3","4" ).
These values represent property types. I.E.
1 = 1-Unit
2 = 2-Unit
3 = 3-Unit
4 = 4-Unit
5 = Condo
etc...
Lets assume there is no "look-up" table (I've search some 50 tables so
far and could'nt find a table that relates the values there is over 200
more tables to search and tables do not have recognizable or intuitive
names)
When I bind the data from this cell to a textbox I see "1", "2",
"3","4" exactly whats in the database which makes perfect sense. How
do I make it so these values show the appropriate text. So instead of
-> "1", "2", "3","4" <- I would see
1-Unit
2-Unit
3-Unit
ect...
How would I add or remove values from these cells/columns?
I'm programing with C# and is pretty new to .Net. Any help in this
matter would be greatly appreciated.
Thanx
Cyberbless