Click here to Skip to main content
15,887,596 members
Home / Discussions / Web Development
   

Web Development

 
SuggestionWeb Development Pin
Taqi_Shah7-Mar-13 22:07
Taqi_Shah7-Mar-13 22:07 
AnswerRe: Web Development Pin
jkirkerx8-Mar-13 13:07
professionaljkirkerx8-Mar-13 13:07 
QuestionMCPD......VS...... MCSD ......VS...... MCAD Pin
Hercal7-Mar-13 0:27
Hercal7-Mar-13 0:27 
AnswerRe: MCPD......VS...... MCSD ......VS...... MCAD Pin
Richard MacCutchan7-Mar-13 1:41
mveRichard MacCutchan7-Mar-13 1:41 
AnswerRe: MCPD......VS...... MCSD ......VS...... MCAD Pin
ZurdoDev13-Mar-13 3:00
professionalZurdoDev13-Mar-13 3:00 
QuestionAbout SELECT MULTIPLE in HTML Pin
michel066-Mar-13 19:25
michel066-Mar-13 19:25 
AnswerRe: About SELECT MULTIPLE in HTML Pin
Sandeep Mewara7-Mar-13 2:54
mveSandeep Mewara7-Mar-13 2:54 
AnswerRe: About SELECT MULTIPLE in HTML Pin
ZurdoDev13-Mar-13 3:02
professionalZurdoDev13-Mar-13 3:02 
If you use jQuery it is pretty simple.

JavaScript
$('#mySelect')
         .append($('<option>', { value : key })
         .text(value));


As an example. But the previous poster is right. It's hard to find someone who will just hand you all the code you need. Get started with this and then let us know if you get stuck.
There are only 10 types of people in the world, those who understand binary and those who don't.

QuestionLinking to another application and displaying the application data Pin
civic0606-Mar-13 6:30
civic0606-Mar-13 6:30 
AnswerRe: Linking to another application and displaying the application data Pin
ZurdoDev13-Mar-13 3:03
professionalZurdoDev13-Mar-13 3:03 
QuestionWebForms, VS2012 Expess, Adding a DB Table Pin
Bram van Kampen5-Mar-13 13:25
Bram van Kampen5-Mar-13 13:25 
AnswerRe: WebForms, VS2012 Expess, Adding a DB Table Pin
RedDk7-Mar-13 11:45
RedDk7-Mar-13 11:45 
GeneralRe: WebForms, VS2012 Expess, Adding a DB Table Pin
Bram van Kampen7-Mar-13 15:24
Bram van Kampen7-Mar-13 15:24 
GeneralRe: WebForms, VS2012 Expess, Adding a DB Table Pin
RedDk9-Mar-13 8:32
RedDk9-Mar-13 8:32 
QuestionGetting Started With Web Development Pin
Kevin Marois5-Mar-13 5:39
professionalKevin Marois5-Mar-13 5:39 
AnswerRe: Getting Started With Web Development Pin
Graham Breach5-Mar-13 9:57
Graham Breach5-Mar-13 9:57 
AnswerRe: Getting Started With Web Development Pin
David Mujica7-Mar-13 3:46
David Mujica7-Mar-13 3:46 
Questiontest Pin
snowinjose5-Mar-13 2:00
snowinjose5-Mar-13 2:00 
QuestionHow can i add website translator to my site Pin
Deepthi.2145626-Feb-13 23:35
Deepthi.2145626-Feb-13 23:35 
QuestionHelp with Resource cannot be found error Pin
EstherIfioky26-Feb-13 6:16
EstherIfioky26-Feb-13 6:16 
AnswerRe: Help with Resource cannot be found error Pin
Howard Richards5-Mar-13 3:21
Howard Richards5-Mar-13 3:21 
GeneralRe: Help with Resource cannot be found error Pin
EstherIfioky5-Mar-13 4:18
EstherIfioky5-Mar-13 4:18 
QuestionAlternative datatype for ident Pin
antosnowin25-Feb-13 22:04
antosnowin25-Feb-13 22:04 
AnswerRe: Alternative datatype for ident Pin
David Mujica26-Feb-13 4:40
David Mujica26-Feb-13 4:40 
QuestionDyanmic drop down form ( Like Gmail's advance-email-search) Pin
hrishi32125-Feb-13 4:39
hrishi32125-Feb-13 4:39 

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.