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

Web Development

 
QuestionRe: Problems with IIS and users in XP Pin
Brady Kelly21-Sep-06 20:15
Brady Kelly21-Sep-06 20:15 
QuestionHTML to PDF Converter Pin
Brady Kelly20-Sep-06 20:49
Brady Kelly20-Sep-06 20:49 
AnswerRe: HTML to PDF Converter Pin
Stephan Pilz20-Sep-06 21:42
Stephan Pilz20-Sep-06 21:42 
Questionadding additional security to website Pin
bankerkev20-Sep-06 16:42
bankerkev20-Sep-06 16:42 
AnswerRe: adding additional security to website Pin
Christian Graus20-Sep-06 16:55
protectorChristian Graus20-Sep-06 16:55 
QuestionProblem on HttpApplicationState.Item Pin
walalawll20-Sep-06 16:34
walalawll20-Sep-06 16:34 
Questionproblem storing value correct way in database Pin
uglyeyes20-Sep-06 14:02
uglyeyes20-Sep-06 14:02 
AnswerRe: problem storing value correct way in database Pin
Stephan Pilz20-Sep-06 21:13
Stephan Pilz20-Sep-06 21:13 
You must store the "ID" of the dropdown in database.

If you dropdowns are named DD_apple, DD_orange, DD_banana, ... and the prefs from user are 2,1,3 you store in DB:
pref1 = "DD_orange", pref2 = "DD_apple", pref3 = "DD_banana".

But I prefer an other solution. I would create 3 columns (for Pref1-3). In each column you have a dropdown with values "apple", "orange", "banana", ... and you store the value from the combo1-3 in you 3 attributes in database. This solution is better extensible in future for more values and/or prefs.

Best regards
Stephan

                   \\\|///
                 \\  - -  //
                  (  @ @  )
+---------------oOOo-(_)-oOOo-----------------+
| Stephan Pilz   stephan.pilz@stephan-pilz.de |
|                <a href=www.stephan-pilz.de>www.stephan-pilz.de</a>          |
|                ICQ#: 127823481              |
+-----------------------Oooo------------------+
                 oooO   (   )
                (   )    ) /
                 \ (    (_/
                  \_)

GeneralRe: problem storing value correct way in database Pin
uglyeyes21-Sep-06 13:59
uglyeyes21-Sep-06 13:59 
GeneralRe: problem storing value correct way in database Pin
Stephan Pilz21-Sep-06 20:38
Stephan Pilz21-Sep-06 20:38 
QuestionLoading images using Javascript [modified] Pin
jszpila20-Sep-06 11:41
jszpila20-Sep-06 11:41 
QuestionVisable/Invisable tr in Java script Pin
Jesu.Official20-Sep-06 3:41
Jesu.Official20-Sep-06 3:41 
AnswerRe: Visable/Invisable tr in Java script Pin
_AK_20-Sep-06 4:04
_AK_20-Sep-06 4:04 
AnswerRe: Visable/Invisable tr in Java script Pin
Guffa20-Sep-06 22:20
Guffa20-Sep-06 22:20 
QuestionPop-up Blocker Pin
Monin D.20-Sep-06 0:09
Monin D.20-Sep-06 0:09 
AnswerRe: Pop-up Blocker Pin
JUNEYT20-Sep-06 2:44
JUNEYT20-Sep-06 2:44 
GeneralRe: Pop-up Blocker Pin
Monin D.20-Sep-06 5:06
Monin D.20-Sep-06 5:06 
Question[Message Deleted] Pin
PREMSONBABY19-Sep-06 22:41
PREMSONBABY19-Sep-06 22:41 
AnswerRe: Need javascript Pin
Guffa20-Sep-06 3:15
Guffa20-Sep-06 3:15 
AnswerRe: Need javascript Pin
Monin D.20-Sep-06 5:10
Monin D.20-Sep-06 5:10 
QuestionQuestion about calling SAPI from javascript. Pin
rryyjw19-Sep-06 22:04
rryyjw19-Sep-06 22:04 
QuestionFile upload filename Pin
DagsmanIsTheMan19-Sep-06 21:32
DagsmanIsTheMan19-Sep-06 21:32 
AnswerRe: File upload filename Pin
DagsmanIsTheMan19-Sep-06 21:36
DagsmanIsTheMan19-Sep-06 21:36 
QuestionMaintaing View State in Client Control Pin
Jesu.Official19-Sep-06 21:07
Jesu.Official19-Sep-06 21:07 
AnswerRe: Maintaing View State in Client Control Pin
Stephan Pilz20-Sep-06 21:22
Stephan Pilz20-Sep-06 21:22 

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.