Click here to Skip to main content
15,912,504 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: from c pointer function to good object design Pin
mp3butcher5-Sep-08 4:55
mp3butcher5-Sep-08 4:55 
Questionloading images and text Pin
netJP12L1-Sep-08 19:03
netJP12L1-Sep-08 19:03 
AnswerRe: loading images and text Pin
Pete O'Hanlon1-Sep-08 23:00
mvePete O'Hanlon1-Sep-08 23:00 
AnswerRe: loading images and text Pin
alex.barylski15-Sep-08 18:40
alex.barylski15-Sep-08 18:40 
GeneralRe: loading images and text Pin
netJP12L16-Sep-08 4:59
netJP12L16-Sep-08 4:59 
GeneralRe: loading images and text Pin
Pete O'Hanlon16-Sep-08 12:07
mvePete O'Hanlon16-Sep-08 12:07 
QuestionFather class in how to use the special sub-category of type Pin
huangrongchuan31-Aug-08 21:56
huangrongchuan31-Aug-08 21:56 
QuestionPhone Number Internationalization Pin
k_dasaprakash31-Aug-08 3:21
k_dasaprakash31-Aug-08 3:21 
Hi,

I am working in an Internationalization project where I have to internationalize the phone numbers. The phone number entry would be in the following format.

<Country Code Dropdown based on ISO Standard based on which the country code would be populated> - <Area Code Textbox> - <Phone number Textbox> - <Extension Textbox> - <Phone Type Dropdown>

The phone type dropdown would contain Office Phone, Mobile Phone, Residence Phone among others. Based upon this we have to decide whether the area code exists. For ex, in India the mobile number is a complete 10 digit code(In near future it might also be 11 digits). In U.S mobile numbers has an area code. Alphanumerics can be used in U.S. In India, the area code might vary between 3-5 digits. The control should take care of all these based on the culture selected. The phone number should be stored with proper formatting(1-800-453-376-9876 in U.S, 91-9880098800 in India). The logic should take care of all these formattings. How could this be achieved?

The point to be noted is this should be done client side. We need to do only the formatting and not the validation. We are planning to use an XML file which would store all the formatting details of the countries based on which the controls can be rendered. We are also planning to build a WebcustomControl to build this so that it could be used while entry and display. Thanks for your time in reading this. Any replies appreciated. Once again thanks again.
AnswerRe: Phone Number Internationalization Pin
Paul Conrad31-Aug-08 5:40
professionalPaul Conrad31-Aug-08 5:40 
AnswerRe: Phone Number Internationalization Pin
Pete O'Hanlon31-Aug-08 8:40
mvePete O'Hanlon31-Aug-08 8:40 
AnswerRe: Phone Number Internationalization Pin
Ray Cassick31-Aug-08 14:33
Ray Cassick31-Aug-08 14:33 
AnswerRe: Phone Number Internationalization [modified] Pin
txjudo18-Nov-08 2:32
txjudo18-Nov-08 2:32 
Questiongive me a solusion Pin
simonsinxer30-Aug-08 1:47
simonsinxer30-Aug-08 1:47 
AnswerRe: give me a solusion Pin
Paul Conrad2-Sep-08 19:11
professionalPaul Conrad2-Sep-08 19:11 
QuestionLINQ Pin
Bassam Saoud29-Aug-08 11:53
Bassam Saoud29-Aug-08 11:53 
AnswerRe: LINQ Pin
Mark Churchill30-Aug-08 4:37
Mark Churchill30-Aug-08 4:37 
AnswerRe: LINQ Pin
Pete O'Hanlon30-Aug-08 9:24
mvePete O'Hanlon30-Aug-08 9:24 
GeneralRe: LINQ Pin
Bassam Saoud2-Sep-08 5:49
Bassam Saoud2-Sep-08 5:49 
GeneralRe: LINQ Pin
Pete O'Hanlon2-Sep-08 8:02
mvePete O'Hanlon2-Sep-08 8:02 
GeneralRe: LINQ Pin
Bassam Saoud2-Sep-08 8:43
Bassam Saoud2-Sep-08 8:43 
GeneralRe: LINQ Pin
Pete O'Hanlon2-Sep-08 8:52
mvePete O'Hanlon2-Sep-08 8:52 
GeneralRe: LINQ Pin
Bassam Saoud2-Sep-08 10:33
Bassam Saoud2-Sep-08 10:33 
QuestionClass data members Pin
CodingYoshi20-Aug-08 11:14
CodingYoshi20-Aug-08 11:14 
AnswerRe: Class data members Pin
Pete O'Hanlon20-Aug-08 11:26
mvePete O'Hanlon20-Aug-08 11:26 
GeneralRe: Class data members Pin
led mike20-Aug-08 11:38
led mike20-Aug-08 11:38 

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.