Rapid_Zorgz
New member
- Joined
- Nov 15, 2013
- Messages
- 3
- Programming Experience
- Beginner
Hello C# community
im creating a program that takes data from a spread sheet (excel) and places it in a data grid so that i can get added into a sql database now what im stuck on is
1) the data i work with is addresses like houses
now what should happen is each address should have sort of a nick name like home , work , school
so if the address for home is found twice in the data then it should automatically say home instead of the address
now i dont know i this done in the c# side or sql
or how to go about it im pretty new at C#
all help appreciated
im creating a program that takes data from a spread sheet (excel) and places it in a data grid so that i can get added into a sql database now what im stuck on is
1) the data i work with is addresses like houses
now what should happen is each address should have sort of a nick name like home , work , school
so if the address for home is found twice in the data then it should automatically say home instead of the address
now i dont know i this done in the c# side or sql
or how to go about it im pretty new at C#
all help appreciated