Dynamic data denotes information that is asynchronously changed as further updates to the information become available.

learn more… | top users | synonyms

0
votes
0answers
7 views

Inserting into one database tables from dynamic database

USE [DB1] GO declare @dbname nvarchar(255); declare @sql nvarchar(500); select @dbname = 'DB2'; select @sql = 'use ['+@dbname+']'; exec(@sql); INSERT INTO A ( col1, col2, col3 ...
0
votes
0answers
47 views

ASP.NET Dynamic Data performance issue

I am experiencing performance issues with an ASP.NET Dynamic Data Entities Web Application. The application consists of 4 main entities. The tables contains between 100 and 8000 rows. I'm using the ...
0
votes
1answer
34 views

set bitmap which was created from RelativeLayout to imageView

I have RelativeLayout and I want to convert it to the Bitmap like this: public static Bitmap getBitmapFromView(View view) { if (view != null) { Bitmap returnedBitmap = ...
0
votes
2answers
32 views

how to change timespan variable to a integer type?

I'm trying to convert timespan variable into an integer variable using 'parse'. I get an error that says: Format exception was unhandled: Input string was not in correct format This is the code ...
1
vote
1answer
35 views

ASP.NET Dynamic Data site within Umbraco 6

I have a Dynamic Data site in a folder called admin. This folder is in the root of the website and referenced in the reserved paths section of the web.config file. After upgrading from Umbraco 4.7.2 ...
0
votes
0answers
9 views

Dynamic Data DataAnnotations setting dynamically using t4 template

Is there any way to set dynamically the dataannotations according to some values in database? My requirement is like this: Display(Name="DispName")] public string DName{get;set;} Instead of ...
0
votes
1answer
21 views

Can a Flash .swf banner upgrade its graphics from an URL by itself?

I created a Flash .swf banner, it has 4 different photos and swf shows these 4 photos. But these 4 photos must be upgraded. Is it possible to make that automatically? I mean flash swf will connect to ...
0
votes
1answer
22 views

PHP - set variables equal to contents of a DIV of an external web page

I'm making a clan website that I'd like to dynamically update from runescape's website to keep our clan data up to date. I'm planning on making a PHP script which I can execute daily via cron job that ...
1
vote
0answers
81 views

HighChart getting navigator to work with dynamic data

I am trying to have a live graph of bitcoins that can be running long term with two datasets buy and sell using HighStocks the problem is the data is all live so the graph starts with no data and gets ...
0
votes
0answers
23 views

Attach Google Analytics Data to Current Site Homepage [closed]

I am currently tracking the usage of a site with GA and have a homepage that contains a "Most Popular" section. Currently this section is being populated by hand after viewing the data from GA. I ...
0
votes
2answers
73 views

Dynamic Data - Implementing IQueryable for List<int> Contains()

I have a series of objects that all have a similar property that is a List of the Ids of the groups to which they belong (many parents per child). I'm having trouble programatically implementing the ...
0
votes
1answer
47 views

Sums not working with adding and removing Dynamic Fields

I have a script that calls to a Database to get Autocomplete data. Once the specific Autocomplete data (Item Name) has been chosen a few other fields are populated, namely: Item Code, Price & ...
1
vote
2answers
176 views

How do i populate a dropdown list by selecting the value from another dropdown list?

I have been trying to populate the contents of one drop down list with the selection of an item in another, using php,html and mysql database and Its proved to be a lot harder than i thought for me. ...
0
votes
1answer
38 views

Passing Multiple variables into JSON using ajax and data- off link

Background I have a web application which uses a link and a jQuery handler to submit information through ajax to perform a function in an outside PHP file.... I am receiving this error on passing ...
1
vote
1answer
81 views

How to build an IEnumerable<int>.Contains() Expression?

I'm currently working with ASP Dynamic Data for the first time and I'm trying to build a filter. Our users have a need to locate items in a list based upon whether or not the item is a child of a ...
0
votes
0answers
37 views

Variable id for dynamic input boxes

I have a problem with a variable input id that needs to be created. The current form has a dynamic input function where a new td with input boxes is created. The input boxes are processes in ...
0
votes
3answers
31 views

How to properly use free for specific struct type in C

I have looked through the other discussion and still cannot figure this out. I have a struct, typedef struct { char * word; int count; } wordType; In my code, I malloc each array[index].word and ...
0
votes
1answer
31 views

Refresh a Gridview with dynamic data

I have a gridview with dynamic data fields. The gridview is on a form in a master detail relationship (There is a grid view and form view). I click add a new record, the form view appears, I fill it ...
0
votes
0answers
23 views

how to deal with dynamic item set in recommender system?

I'm currently working on design of a large scale recommender system. In literature, most of the recommendation algorithms assume that they're m users and n items and perform the computing to estimate ...
0
votes
1answer
140 views

jQuery Mobile autocomplete displays the list when dynamic data is added

This is the autocomplete example shown on the jQuery Mobile demo page <!DOCTYPE html> <html> <head> <title>Page Title</title> <link rel="stylesheet" ...
0
votes
1answer
107 views

Liferay: Export Dynamic Data List Display Table to Excel

I am using the Dynamic Data List Display in Liferay and I am trying to export all the data to an XLS file. Is there an easy simple way to do this?
0
votes
1answer
98 views

Dynamically update Listview and Datapager contents continually based on incoming web service requests

I currently have a Product List which is stored in a Hash-table on my page. My Page_Load() event calls a method which sends a number of web service requests and generates a Products List. Then the ...
0
votes
3answers
44 views

Java - Find the class name and the methods in that class also find the arguments available for the method

I have a package where i have to find all the class available in the package and methods available for the particular class and arguments for the methods available in the method. like : package ...
1
vote
0answers
110 views

Entity Framework Dynamic DbSet for all entities

I have a database mapped with entity framework, I need to implement a generic method for getting a a list of items based on a parameter I Pass getGenericList("product") => returns the list of ...
0
votes
2answers
76 views

Dynamically loaded image returning outerHeight of 0 (jQuery)

It seems that for some reason the .load method is not working. here in my jquery: $(document).ready(function() { var imgHeight; $('body').prepend('<img ...
0
votes
0answers
42 views

add tabs which are closable with dynamic content

hi already i asked this question. but i didn't get perfect solution for this. actually i want add closeable tabs which are come by dynamically. just see this plugin demo plugin. pl z help i need very ...
-2
votes
1answer
46 views

Codeignitor dynamic page loses content after validation [closed]

I have a dynamic page, which is being passed a lot of different variables that set up the page and display data/content. The page in question is also a large form, which I in turn use codeigniter to ...
3
votes
1answer
55 views

Oracle: function based index using dynamic values

I have one complex SQL queries. One of the simple part of the queries looks like: Query 1: SELECT * FROM table1 t1, table2 t2 WHERE t1.number = t2.number AND UPPER(t1.name) = ...
0
votes
0answers
52 views

Why am I getting a type or namespace name not found error (VS2012 Express for Web)?

Here's the problem. New box (Dell Optiplex 9010 Win 7 Pro 64). Downloaded and installed ONLY SQLEXPRESS 2012 and VS2012 Express for Web, including updates. Create new project Asp.net web app C#, set ...
0
votes
0answers
103 views

jqplot dynamically change series data

My situation is this: I have a plot which consists of several lines. What I need is to change the values of one of these series after an ajax call that generates the new data for the specific line. ...
1
vote
1answer
45 views

on() doesn't work as expected and does not work for newly loaded content

My chrome extension is as follows: $(document).ready(function() { ... $("input[type!='password'], textarea").on("keypress", function (event) { ... }); }); This reacts as ...
0
votes
1answer
53 views

Get link from childNodes' innerHTML dynamically

I have page with products catalogue and need to assign link to every products using it's name (innerHTML). The page looks like: <!DOCTYPE html> <html> <head> <script> function ...
1
vote
3answers
130 views

Create new multidimensional Associative array from 2 arrays

I am looking for a solution to create a single multidimensional associate array in javascript. What I have: I have a mysql database I am accessing with php and have an array containing all fields ...
2
votes
0answers
19 views

DBML file, drag and drop table - overwrite [duplicate]

Just a general question regarding the DBML file in my project. Say, For e.g my DBML file shows the r/ships between 30 tables. To save me looking through the entire document for a particular table is ...
0
votes
0answers
52 views

How to improve this Mathematica 9 code with Dynamic

How to improve this Mathematica 9 code with Dynamic to speed up the calculation. On my PC this code working with "n" less then 13 otherwise the result is "$Aborted", but I need n=20. You can use, for ...
1
vote
1answer
189 views

Dynamic jcombobox rendering inside jtable

I have a JTable with JCheckboxes in 2 columns of the JTable. Lets say column A and Column B are the ones with JComboBox in it. The items of Column A's JCheckbox are static which can be hard-coded. ...
1
vote
0answers
88 views

Accessing a dynamic field from another field template in ASP.NET Dynamic Data

Is there a way to access the value of a dynamic field from another dynamic field template? For example let's say that in my model I have something like this: //auto generated by my data context ...
0
votes
1answer
230 views

Dynamic jcombobox items inside jtable

I am trying to create a Jtable with two combobox in each row. I have checked for tutorials on that and found that I can add static data inside combobox. But how come I can have dynamic data loaded ...
1
vote
2answers
86 views

Android how to remove specific data in html String?

In my app i am using url getting html string in that string.I want to remove any divwithid ="xyz"if it exists. How can i do it? edit:here my Html string is dynamic data. Can any one please give ...
0
votes
1answer
231 views

Problems with a Tic-Tac-Toe game using classes, and dynamically allocated arrays

Last week I've make an assignment in which we had to code a Tic-Tac-Toe game using a 3*3 board. Now, I am trying to do by myself the same game but with a player's customizable board size. I ask the ...
2
votes
1answer
22 views

Cannot read functor class in any way

Alright, I'm implementing a dynamic 2-dimensional matrix class. For a basis, this is what I have so far: template <typename Type> class dyMatrix { private: Type *mat; int ...
0
votes
2answers
287 views

Possible to write large XML file using cURL_setopt & PHP without fwrite?

I am having an almost identical problem to this one, posted in '09. It doesn't appear to be successfully solved, and I have been poring over related questions all day & implementing suggestions I ...
0
votes
1answer
48 views

Dynamic Yes/No buttons for a Troubleshooting Webpage

I'm learning jScript and implementing it with HTML/CSS and would like to create a simple troubleshooting webpage. Basically, it will display a question with a 'Yes' and 'No' buttons. If the user ...
0
votes
2answers
93 views

Avoid .change() event to be fired at document.ready

I have an agencies DB. Each agency has (among others) 3 chained selects with dynamic/ajax options: - country - state - location When adding an agency: If user changes country select, its .change() ...
0
votes
1answer
77 views

Dynamic\ user extensible entities using entity framework

I use entity framework for a fairly simple issue tracking app. I would like to provide the user the capability to extend the "Issue" entity by adding additional properties such as: Number fields ...
-2
votes
1answer
72 views

jQuery del element dynamically

i have a table which contain <td>'s and im fetching data from db. what i want is remove <td> when user delete data. im newbie in jquery n js. i use bootstrap n able to show modal when user ...
1
vote
2answers
544 views

How to display multiple nested/dynamic tables

I'm working with asp.net and would like to dynamically generate multiple tables, and then display each table on the webpage. So In the Environments.aspx.cs file: Query the database to obtain the ...
0
votes
0answers
75 views

jQuery: Change button background-color & content (including icons/SVG)

I have an Ajax content form in which the submit button is used to supply feedback. If the form has been send successfully, the button turns green, the "Submit form" text gets faded out and a suitable ...
0
votes
2answers
262 views

Put 2 lines on highchart with ajax and dynamic updating

I'm trying to put a second line on a Highchart using ajax with dynamic (periodic) updating. First line works fine using ajax. I think the problem is the format of the incoming data, but also how I'm ...
1
vote
1answer
240 views

Classic ASP Update table with dynamic Checkbox values

I have two tables: 1) Holds a list of propertyTypes 2) Holds the propertyDetails The user views the page and the list of propertyTypes are shown on screen - these are checkboxes that are pulled from ...

1 2 3 4 5 16