Dynamic data denotes information that is asynchronously changed as further updates to the information become available.
Questions tagged [dynamic-data]
984 questions
-2
votes
3 answers
get the id name in javascript which is placed under a loop
I have a php script where i have a textbox which is placed inside a while loop, So the textbox Id varies as follows.
while{$i<10)
{
$i++;
}
Now in javascript i want to retrieve the value of that textbox
…

NewBie
- 67
- 3
- 11
-2
votes
1 answer
How to design these two tables?
I want to build an application that allows a user to build its own form(s).
A user can input data into its form and query the data too. The form can be edited after being created and used ( add/remove fields from it ). The form can have small…

PeacefulSoul
- 47
- 1
- 3
-2
votes
1 answer
Dynamic Dropdown Displays Dynamic Content In a Div
I have an inventory list being stored in a MySQL database. I have a form that takes user input that updates stock changes, all on a table with an Item Name column with a dropdown full of items, and a (currently) blank # In Stock column.
Here is the…

madjaeg
- 13
- 4
-2
votes
1 answer
Visual Basic 2010 - Dynamic Tabs, Controls & Recording Data
I'm posting this after losing my time by searching & got no proper answer.
My requirement is to create a permit system.
There is a tabcontrol on the form & when I click on "New Permit" button (located top of the form above tabcontrol), a new tab…

uboy
- 1
- 4
-2
votes
2 answers
Changing dropdown list/check box options
I have 4 drop-down lists / group of checkboxes in I need that after making a selection in any one list the options available in the other 3 lists change accordingly...either are not available for selection or are not present in the list itself.
I'm…

user2581099
- 1
- 1
-2
votes
1 answer
jQuery del element dynamically
i have a table which contain 's and im fetching data from db. what i want is remove when user delete data.
im newbie in jquery n js. i use bootstrap n able to show modal when user want to delete data. but still i can't remove which…

Bari
- 88
- 3
- 15
-2
votes
1 answer
PHP and MySQL: Dynamic Multi-level Menu
I Googled and found something that can work for me (http://wizardinternetsolutions.com/web-database-design/dynamic-multilevel-css-menu-php-mysql/). I plan to modify it a bit and tailor it to my needs, once I get it to work. -Ej. I want to use label…

Omar
- 11,783
- 21
- 84
- 114
-3
votes
2 answers
Unexpected output while counting allocated memory in an array
I'm working on a dynamic allocation project and I get a constant unexpected answer for a test case. The output consistently prints out 'test of size: 11' and I can't figure out why.
getSize() goes through all the values and adds to the count if…

Hammad
- 49
- 6
-3
votes
1 answer
how to send svg data to android application from website
what is the best way to read a dynamic data changed every minutes and send it to android application to refresh it's page.
supposing the android application is published on Google play.

user2541552
- 24
- 1
- 8