Click here to Skip to main content
15,879,095 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello

I wanted the code for Dynamically populating menu items from the database in JSP or javascript , to be done in netbeans. Its urgent...
Posted
Updated 14-Nov-12 7:06am
v3
Comments
joshrduncan2012 14-Nov-12 12:14pm    
That's not going to work here. "I want" doesn't work. What have you done so far? Saying "It's Urgent" doesn't make it more urgent.
Richard C Bishop 14-Nov-12 12:16pm    
That's not how it works here. You try your work first and if you get stuck then you can ask the experts for help with a specific question. No one here will do your work for you.
Nelek 14-Nov-12 13:07pm    
I recommend you to read:
what have you tried?[^]
Homework[^]
So you can know why you are getting these comments

I think instead of asking for code directly you should have asked for directions. What you can try is..
i. Get data from database
ii. Store it in a container( a class,list etc..)
iii. Convert the data into JSON format(as per latest trends)
iv. Use javascript to get this data and populate the control
v. Better yet you can use 'jQuery' or 'Knockout'

And finally the rush you get from understanding a concept is much better than the unease from using a shortcut...(from experience)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900