Click here to Skip to main content
15,903,033 members
Home / Discussions / C#
   

C#

 
Questionadress standardization Pin
lawrenceinba7-Jan-09 23:33
lawrenceinba7-Jan-09 23:33 
AnswerRe: adress standardization Pin
DaveyM697-Jan-09 23:56
professionalDaveyM697-Jan-09 23:56 
QuestionRe: adress standardization Pin
Eddy Vluggen8-Jan-09 0:31
professionalEddy Vluggen8-Jan-09 0:31 
AnswerRe: adress standardization Pin
lawrenceinba8-Jan-09 1:02
lawrenceinba8-Jan-09 1:02 
GeneralRe: adress standardization Pin
Ashfield8-Jan-09 1:31
Ashfield8-Jan-09 1:31 
GeneralRe: adress standardization Pin
lawrenceinba8-Jan-09 1:46
lawrenceinba8-Jan-09 1:46 
GeneralRe: adress standardization Pin
Eddy Vluggen8-Jan-09 1:58
professionalEddy Vluggen8-Jan-09 1:58 
GeneralRe: adress standardization Pin
musefan8-Jan-09 1:49
musefan8-Jan-09 1:49 
One idea for you to think about:

if you have an address for example that consists of 4 data fields i.e

Street
City
Country
Postcode

you can assigned each value an index like

street = 0, city = 1, country = 2, postcode = 3

then you ask the user for there preffered order;

maybe they put street(0), city(1), postcode(3), country(2)

then when you load your address data which should always be stored in a standardised format you can load it in the order required based on the index values.

Sorry if this is not making to much sense, its a hard one to explain

do you get the idea?
GeneralRe: adress standardization Pin
musefan8-Jan-09 1:55
musefan8-Jan-09 1:55 
GeneralRe: adress standardization Pin
Eddy Vluggen8-Jan-09 1:55
professionalEddy Vluggen8-Jan-09 1:55 
GeneralRe: adress standardization Pin
lawrenceinba8-Jan-09 2:02
lawrenceinba8-Jan-09 2:02 
GeneralRe: adress standardization Pin
Eddy Vluggen8-Jan-09 3:39
professionalEddy Vluggen8-Jan-09 3:39 
GeneralRe: adress standardization Pin
lawrenceinba8-Jan-09 4:34
lawrenceinba8-Jan-09 4:34 
AnswerRe: adress standardization Pin
Henry Minute8-Jan-09 1:44
Henry Minute8-Jan-09 1:44 
QuestionWeb Browser Control events Pin
Nagaraj Muthuchamy7-Jan-09 23:25
professionalNagaraj Muthuchamy7-Jan-09 23:25 
QuestionHow to open a excel2007 file in read-only mode? Pin
llllllkk7-Jan-09 23:22
llllllkk7-Jan-09 23:22 
AnswerRe: How to open a excel2007 file in read-only mode? Pin
EliottA8-Jan-09 2:37
EliottA8-Jan-09 2:37 
GeneralRe: How to open a excel2007 file in read-only mode? Pin
llllllkk8-Jan-09 3:46
llllllkk8-Jan-09 3:46 
GeneralRe: How to open a excel2007 file in read-only mode? Pin
EliottA8-Jan-09 3:48
EliottA8-Jan-09 3:48 
GeneralRe: How to open a excel2007 file in read-only mode? Pin
llllllkk8-Jan-09 15:38
llllllkk8-Jan-09 15:38 
GeneralRe: How to open a excel2007 file in read-only mode? Pin
EliottA9-Jan-09 2:28
EliottA9-Jan-09 2:28 
GeneralRe: How to open a excel2007 file in read-only mode? Pin
llllllkk9-Jan-09 4:15
llllllkk9-Jan-09 4:15 
GeneralRe: How to open a excel2007 file in read-only mode? Pin
EliottA9-Jan-09 4:21
EliottA9-Jan-09 4:21 
AnswerRe: How to open a excel2007 file in read-only mode? Pin
llllllkk9-Jan-09 4:28
llllllkk9-Jan-09 4:28 
Questioncreate customize control Pin
Naveed7277-Jan-09 23:09
Naveed7277-Jan-09 23:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.