Angular Js, MongoDB, Javascript
-
The following are my requirement before asking this to you people am really too tired of finding solution for that issue.. hope you guys help me..!! well, 1. I'Ve a dropDwonList with 50 items. if user select or change multiple values based on their requirement, the dropdownlist should be added one by one. now, i need to save the user selected values from dropdown in database. here am using AngularJS and MonogoDB, Javascript (am totally new AngularJs). for Example ------------ DropDownList1 , if user select the item from this, it should be saved in DB as first item, if he/she wants to add more items from list, it will also should be added. Clearly, number of times to click = total number of items should be saved in db.. hope you understand. please help me to complete this.
-
The following are my requirement before asking this to you people am really too tired of finding solution for that issue.. hope you guys help me..!! well, 1. I'Ve a dropDwonList with 50 items. if user select or change multiple values based on their requirement, the dropdownlist should be added one by one. now, i need to save the user selected values from dropdown in database. here am using AngularJS and MonogoDB, Javascript (am totally new AngularJs). for Example ------------ DropDownList1 , if user select the item from this, it should be saved in DB as first item, if he/she wants to add more items from list, it will also should be added. Clearly, number of times to click = total number of items should be saved in db.. hope you understand. please help me to complete this.
No idea what you are talking about
-
The following are my requirement before asking this to you people am really too tired of finding solution for that issue.. hope you guys help me..!! well, 1. I'Ve a dropDwonList with 50 items. if user select or change multiple values based on their requirement, the dropdownlist should be added one by one. now, i need to save the user selected values from dropdown in database. here am using AngularJS and MonogoDB, Javascript (am totally new AngularJs). for Example ------------ DropDownList1 , if user select the item from this, it should be saved in DB as first item, if he/she wants to add more items from list, it will also should be added. Clearly, number of times to click = total number of items should be saved in db.. hope you understand. please help me to complete this.
-
No idea what you are talking about
Sir, am asking about, how to store selected multiple values from dropdownList in database
-
What is your question exactly?
There are only 10 types of people in the world, those who understand binary and those who don't.
Well, Sir am asking about how to store selected multiple values from DropDownList to database
-
Well, Sir am asking about how to store selected multiple values from DropDownList to database
-
Capture the values from the list and insert them into the database with an SQL statement. Exactly which part of the process are you having difficulty with?
well am using MonoDB, the problem is if the user want to add more items means, they can click add button which creates DrpDwnlist dynamically as per number of times they want. after all i want to save those in db. how? if user have 5 dropDwnlist with different values means it should be saved in db or atleast in array
-
well am using MonoDB, the problem is if the user want to add more items means, they can click add button which creates DrpDwnlist dynamically as per number of times they want. after all i want to save those in db. how? if user have 5 dropDwnlist with different values means it should be saved in db or atleast in array
-
well am using MonoDB, the problem is if the user want to add more items means, they can click add button which creates DrpDwnlist dynamically as per number of times they want. after all i want to save those in db. how? if user have 5 dropDwnlist with different values means it should be saved in db or atleast in array
-
You are just repeating what you want to do, but you have not explained what the coding problem is. Adding items to your database is quite straightforward, and you should be able to find samples and tutorials via Google.
am getting confusion sir, i really don't get any ideas to write this particular code..!!! :confused:can't figure it out..!!!
-
well am using MonoDB, the problem is if the user want to add more items means, they can click add button which creates DrpDwnlist dynamically as per number of times they want. after all i want to save those in db. how? if user have 5 dropDwnlist with different values means it should be saved in db or atleast in array
Member 11661764 wrote:
after all i want to save those in db. how?
Add a new record that stores what the drop down is and what value they picked. All you have to do is think of what data do you need to store and then create a table that stores that data.
There are only 10 types of people in the world, those who understand binary and those who don't.