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

learn more… | top users | synonyms

0
votes
1answer
300 views

absolute position for dynamic content

I have dynamic comment list box . in each comment box i need to show badge icon in top of corner. i set this icon using css with absolute position. but in act i cant see badge icon for each box. e.x : ...
2
votes
1answer
412 views

Save/Load jFreechart TimeSeriesCollection chart from XML

I'm working with this exemple wich put rondom dynamic data into a TimeSeriesCollection chart. My problem is that i can't find how to : 1- Make a track of the old data (of the last hour) when ...
0
votes
1answer
270 views

Adding table from another database to ASP.NET Dynamic Data + Entity Framework

I have a table in another database I would like to scaffold via ASP.NET Dynamic Data and incorporate into my existing Entity Model - is there anyway to do this? (eg using a view or other mechanism or ...
1
vote
2answers
386 views

Android dynamic image loading

I'm working on Android application which is taking content from internet using JSON, I load the JSON in the local database using a service, I have two main doubts: 1- How to tell the application that ...
0
votes
1answer
2k views

JavaScript to add dynamic rows for submission returns only first row of data

I have a HTML form which allows a user to add rows ad hoc using JavaScript. The Form: <form method="post" action="send.php"> <table id="table"> ...
2
votes
2answers
4k views

how to work with dynamic data and google charts?

For example we have this line chart at Google Code API there is a defined set of data which this chart reflects, however i want to create the chart using my own data from php/mysql scripting. Here ...
0
votes
1answer
328 views

Infinite Scroll + .on() function trouble

I'm trying to have dynamically loaded content (via the Infinite Scroll script: http://www.infinite-scroll.com/ ) be styled when triggered by an "inview" custom event ( ...
1
vote
1answer
159 views

Dynamic object casting in Flex

I want to create a generic component in flex. This component deals with different ArrayCollections dynamically (I want it in that way). So I thought to pass the arrayCollection and the type of that ...
0
votes
1answer
119 views

Redefining field names in PHP from a JavaScript Function

After asking a question about setting up dynamic fields (See Javascript Function to add/remove fields), I came up with what I thought was a good solution in JavaScript to have a form that would allow ...
0
votes
2answers
442 views

$this->$array[$key] returning nothing when there is a value in place

I'm attempting to dynamically use a value in an array within an object. In my particular case I have an array like this. $this->customer = array( [dealerId] => 4 [billFirstName] ...
0
votes
2answers
3k views

How to use one view/model in MVC3 with entity data modle to handle multiple tables?

I have database mapped into a entity framework and then I have controllers, views to display those tables(entities). I am thinking to create one generic view to display data from different table. To ...
0
votes
1answer
351 views

using android java spinner

i'm trying to use a few spinners in android to display a list of choices to the user. The spinners are made in xml but i want to use it from java because depending on the user's choice the text i want ...
1
vote
1answer
377 views

Dynamic content layout structure with PHP/MySQL

Unfortunately, my boss decided that our news site's home page layout should be like http://dailymail.co.uk But I couldn't find a solution for their "dynamic layout". They use full one column ...
0
votes
1answer
813 views

Dynamically Generated Telerik MVC3 Grid - Add Checkboxes

I have a grid that is dynamically generated based on search criteria. I render the grid in a partial view using Ajax. That all works fine. I now need to add a checkbox column as the first column. ...
0
votes
1answer
232 views

How is the Dynamic Data Delete Command handled?

I am trying to add another linkbutton into both the PageTemplates/Details.aspx and PageTemplates/List.aspx which mimics the delete command but essentially does a "soft delete", this will use the ...
1
vote
2answers
626 views

ASP.NET Dynamic Data: Display a dynamic list of filter criteria in a side bar

I have a set of categories that a user can choose from. Each category has a different set of properties that a user may want to filter on. The items in each category are displayed in a grid view. ...
4
votes
1answer
734 views

Dynamic Data - Selecting a table from a DropDownList to scaffold in a GridView

I have been struggling with this ASP.NET Dynamic Data problem for days now... I have a DropDownList containing the table names of all the tables in my data context (.dbml) file. When I select the ...
0
votes
1answer
335 views

TCPDF 2 columns same amount of text?

Hi I'm using tcpdf to generate a dynamic pdf for an e-zine i work for. But i have a problem, When i write the body text, I need to have the same amount of text per column and i use 2 of them. It ...
1
vote
1answer
185 views

jQuery lose XML data on browser refresh

I've built an app with multiple internal pages such as this: <div id="states" data-role="page"> <div data-role="header"> <a href="#" onClick="parent.history.back()" ...
0
votes
2answers
145 views

get row from mysql when box filled with jquery .post()

i want to get data from mysql db, first user select db, then enters id # select db<select id="db" name="db_name"> <option value="">-choose-</option> ...
0
votes
1answer
89 views

DLL like mechanism in OSX

I want to create an app and to be able to update it from the internet. In my Windows version the actual content is a DLL that I change on each update. How can I achieve this in OSX? my application ...
0
votes
1answer
202 views

Can we use dynamic data in a 3 tier architecture (database-DAL-BLL-User Interface)

Can we use dynamic data in a 3 tier architecture (database-DAL-BLL-User Interface) If we make any changes to generated file and add anotations will those chnages be lost when the edmx is updated
0
votes
2answers
246 views

How to post a dynamic keyvalue pair arry in form asp.net

I am trying to do some dynamic form post to server something is organized like below: Quiz ==>Question 1: value ==>Answer 1: value ... ==>Question N: value ==>Answer N: value The form ...
0
votes
1answer
64 views

post to dynamically-created file

Our site creates files on-the-fly that present user-specified data to the world on the web. There is in each such '_present.php' file a form that needs to post to itself -- only problem is, the file ...
0
votes
2answers
350 views

Dynamically Add Parameters to an Embedded URL

I use the program jAlbum with skin Lightflow to build a gallery. I am embedding YouTube videos inside the gallery. The program produces the following HTML (for an individual embedded video) look like ...
1
vote
3answers
84 views

Stack Overflow style expanding tag information?

Regular users of Stack Overflow will have noticed that when you hover over a tag here, a box below the tag will animate open to show more information about it. One of my bosses wants every td tag ...
1
vote
1answer
85 views

EF4.1 How to map List of properties from different tables

Assume we have the following class: public class MyEntity { public Guid Id { get; set; } public int EntityType { get; set; } public List<integer> DataValues { get; set; } } The table ...
0
votes
1answer
296 views

ASP.Net ValidationSummary control doesn't show exceptions‎

I have asp.net page with the following markup: <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:ValidationSummary ID="validationSummary" runat="server" ...
1
vote
5answers
425 views

Dynamic pages in PHP for a beginner?

I've created a PHP script which is for an online radio station: <?php $username = "root"; $password = "PASSWORD"; $hostname = "localhost"; $database = "myradio1"; $dbhandle = ...
2
votes
1answer
345 views

Dynamic Data GridView Pager missing DynamicHyperlink Edit parameters

Edit: Feb 7, 2012 - Turns out the key parameter disappears from the GridView Edit link after a Sort as well, so it doesn't appear to be the Pager after all, but the problem persists... any ideas very ...
0
votes
0answers
244 views

Re: Dynamic Data (using VB.Net) not Populating DropDownList with two Columns of a Table

In my project there are two tables (Users & Roles). I'm using Dynamic Data (Code-Behing VB.Net). In my existing code when i click on the Insert Link it takes me to the page which has got two ...
0
votes
2answers
1k views

Dynamically Added ListView only displays 1 item

I have an activity that shows customer information. All the controls are drawn dynamically as the design for the screen is controlled by a central SQL database. (IE screen position, editable and ...
3
votes
1answer
366 views

PHP - Create xml sitemap that includes dynamic content

Is this possible? I have 4 pages that load dynamically with PHP/AJAX when corresponding menu items are clicked. What is the best practice for optimizing content loaded dynamically with PHP? I ...
2
votes
2answers
1k views

AS3 TextLineMetrics get text width BEFORE object is on Displaylist

I have a library MovieClip Class that consists solely of a dynamic textfield contained in a MovieClip. I want to instantiate this MC, populate the textField with text, get the width of the resulting ...
2
votes
3answers
394 views

DynamicData - How can I show the child count in the Children.ascx.cs FieldTemplate?

MS DynamicData's Children.ascx.cs file has a Page_Load method that returns a hyperlink which says "View Children". I want to append the number of children to the end of the hyperlink text. Below is my ...
1
vote
1answer
367 views

ASP.NET Dynamic-data: Hot to add editable text column to readonly grid view

For displaying data in our application I've use GridView with the following markup: <asp:GridView ID="listGridView" runat="server" DataSourceID="GridDataSource" AllowPaging="True" ...
2
votes
2answers
1k views

how to record the script for dynamic id generation in selenium

I am working on selenium IDE. Currently i am facing problem related to dynamic id. I have recorded one script, but when i run it again it fails because id changes every time. Is there any way to get ...
1
vote
2answers
882 views

Entity DataSource control in a DynamicData app referencing an MVC CodeFirst project

I added a Dynamic Data web app as a second project to an MVC 3 app. The Dynamic Data app references the derived EF 4.1 Context in the MVC 3 app (code first). DefaultModel.RegisterContext( new ...
5
votes
2answers
1k views

ASP.NET Dynamic Data not seeing partial metadata “buddy” class

I have an ASP.NET 4 Dynamic Data web site that is running against a fairly simple set of database tables, exposed through an Entity Framework model in another assembly. I don't want to scaffold all of ...
1
vote
1answer
64 views

Updating row using Dynamic Data framework fails on some servers

One of our Dynamic Data applications exhibits a fault on a test server. The use case is as follows: the user selects a row with a DateTime input field. The field template is enhanced with a JQuery ...
2
votes
2answers
705 views

Dynamically call Class with variable number of parameters in the constructor

I know that it is possible to call a function with a variable number of parameters with call_user_func_array() found here -> http://php.net/manual/en/function.call-user-func-array.php . What I want to ...
1
vote
2answers
132 views

'Dynamic' page loading?

I've no idea what it is exaclty I need, but I'll use Facebook as an example. When you load another page (for example: on the home page, you click your profile) the page itself doesn't look like it ...
0
votes
1answer
308 views

ASP.net Hot to create custom command for control that implement ITemplate interface?

I have control that inherited from ITemplate Interface. Data is displayed in HtmlTable control, that automatically generated on control initialization. Each row contain ImageButton controls that ...
1
vote
4answers
140 views

Appending a value to the end of a dynamic array

Well I have been studying a little C this winter break and in my adventures I stumbled upon an issue with a Dynamic Array. It's a fairly simple program really. What I am trying to do is to create an ...
0
votes
1answer
125 views

Integrate dynamic feed into database results with pagination

I have two main data sources I need to do a mashup with in php. The first one is an SQL database and the other is a feed. Both sources contain similar items that need to be sorted by "name" or ...
2
votes
1answer
143 views

SQL with dynamic fields

I have 4 tables: CREATE TABLE Category ( Id INT UNSIGNED PRIMARY KEY AUTO_INCREMENT, Name VARCHAR(255) NOT NULL, ) Engine=InnoDB; CREATE TABLE Category_Template ( Id INT UNSIGNED PRIMARY ...
1
vote
3answers
316 views

What is best way to store controls and add controls dynamically to a existing form

I have a generic form which shows default controls. I'm trying to build a form queue where if we have a client that wants extra data, I would like to store asp.net controls required to capture data ...
0
votes
2answers
47 views

SEO for an online text-based game [closed]

I'm building an online text-based game much like Mafia Wars. I'm using PHP on a Mysql database. My website will consist of a layout which will hold most on the navigation links and game controls ...
1
vote
2answers
286 views

How to edit/view a dynamic object in Asp.Net MVC 2 or 3?

I want to used objects that are entirely made of xml, and i want to make a view framework the would allow me to edit / view this object in a asp.net mvc view. Do you have an idea on how could I ...
0
votes
1answer
4k views

EXTJS4: how to set value of displayfield dynamically (from server data)

I want to add an account Info section to my app, it would contain name and role of the current user In my server side i can get those infos, but i dont know how to send them from server to my form ...

1 3 4 5 6 7 16