Click here to Skip to main content
15,921,959 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Country list choice, then what? Pin
Colin Angus Mackay23-Feb-05 23:17
Colin Angus Mackay23-Feb-05 23:17 
GeneralRe: Country list choice, then what? Pin
LilaDunc24-Feb-05 2:51
LilaDunc24-Feb-05 2:51 
GeneralRe: Country list choice, then what? Pin
alex.barylski26-Feb-05 9:41
alex.barylski26-Feb-05 9:41 
GeneralRe: Country list choice, then what? Pin
LilaDunc3-Mar-05 0:22
LilaDunc3-Mar-05 0:22 
AnswerRe: Country list choice, then what? Pin
brianwelsch1-Mar-05 5:02
brianwelsch1-Mar-05 5:02 
GeneralRe: Country list choice, then what? Pin
LilaDunc3-Mar-05 0:25
LilaDunc3-Mar-05 0:25 
AnswerRe: Country list choice, then what? Pin
Abuhijleh2-Mar-05 19:52
Abuhijleh2-Mar-05 19:52 
GeneralRe: Country list choice, then what? Pin
LilaDunc3-Mar-05 0:35
LilaDunc3-Mar-05 0:35 
Abuhijleh wrote:
Drop down lists only return a value, which in your case is the country name, so any extra information like the postage zone should be included in the value, and extracted from there.
for example , Suppose that Afghanistan is in the postage region 1 an Albania in region 2
your list will look something like:


Country...
Afghanistan
Afghanistan

then get the selected value and do some string manipulations like SubString to separate the Postage zone value from the country name, if you're using .NET you can use SPLIT("_") and you'll get an array of two items, the first Item includes the zone ID and the second contains the name.


For a man who no longer has a homeland, Writing becomes a place to live


Thanks a lot. This looks like a promising method, though I don't know much about the use of .NET at this stage. I'll try it and see how I manage.
I don't usually mention taglines but yours made me feel sad. I suppose it does have the potential for optimistic interpretations though.

Regards and best wishes,
Lila Duncan

GeneralSave changes in Web Folder using Word Pin
Parvathi Kasi23-Feb-05 19:44
Parvathi Kasi23-Feb-05 19:44 
GeneralSecuring Files On A Website - Kinda Like Code Project Does Pin
The_Simmo23-Feb-05 17:16
The_Simmo23-Feb-05 17:16 
GeneralRe: Securing Files On A Website - Kinda Like Code Project Does Pin
Anonymous26-Feb-05 12:52
Anonymous26-Feb-05 12:52 
GeneralRe: Securing Files On A Website - Kinda Like Code Project Does Pin
Anonymous27-Feb-05 10:22
Anonymous27-Feb-05 10:22 
Generalgetting the REAL IP address Pin
only1psychopete23-Feb-05 13:40
only1psychopete23-Feb-05 13:40 
Questionhow to call the calc.exe from c#.net webapp Pin
Raghuraman_Ace23-Feb-05 3:03
Raghuraman_Ace23-Feb-05 3:03 
AnswerRe: how to call the calc.exe from c#.net webapp Pin
satya chhikara27-Feb-05 22:08
satya chhikara27-Feb-05 22:08 
GeneralValidating Date Pin
Yulianto.22-Feb-05 15:53
Yulianto.22-Feb-05 15:53 
GeneralRe: Validating Date Pin
alex.barylski23-Feb-05 12:25
alex.barylski23-Feb-05 12:25 
GeneralIdiot <DIV> question Pin
Jerry Evans22-Feb-05 10:55
Jerry Evans22-Feb-05 10:55 
GeneralRe: Idiot <DIV> question Pin
alex.barylski23-Feb-05 12:29
alex.barylski23-Feb-05 12:29 
GeneralRe: Idiot <DIV> question Pin
Anonymous26-Feb-05 12:54
Anonymous26-Feb-05 12:54 
GeneralRe: Idiot <DIV> question Pin
Roger Wright26-Feb-05 21:52
professionalRoger Wright26-Feb-05 21:52 
GeneralRe: Idiot <DIV> question Pin
alex.barylski28-Feb-05 14:14
alex.barylski28-Feb-05 14:14 
QuestionHow can i set the automatic debugging Pin
22-Feb-05 8:28
suss22-Feb-05 8:28 
GeneralWebservice raise events Pin
Hadi Fakhreddine22-Feb-05 8:19
Hadi Fakhreddine22-Feb-05 8:19 
QuestionHow to prevent another fuction while executing one function Pin
Amitux22-Feb-05 1:53
Amitux22-Feb-05 1:53 

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.