Dynamic data denotes information that is asynchronously changed as further updates to the information become available.
Questions tagged [dynamic-data]
984 questions
4
votes
2 answers
Dynamically parse BibTeX and create hash of hash
I'm trying to parse following BibTeX file (bibliography.bib):
@book{Lee2000a,
abstract = {Abstract goes here},
author = {Lee, Wenke and Stolfo, Salvatore J},
title = {{Data mining approaches for intrusion detection}},
year =…

Wakan Tanka
- 7,542
- 16
- 69
- 122
3
votes
3 answers
ASP.NET Dynamic data Change text field to dropdown and populate with some data
I have an ASP.NET dynamic data site and for one of the text fields within Edit and Insert templates I'd like to covert it to dropdown and populate that drop down programmatically. Can you help or point into right direction ?
Thanks.

Sergey
- 3,214
- 5
- 34
- 47
3
votes
1 answer
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 have tried generating a basic xml sitemap but the…

Tribbey
- 63
- 11
3
votes
4 answers
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 attempt. How can I make the hyperlink say "View…

Benjamin
- 3,134
- 6
- 36
- 57
3
votes
1 answer
Dynamic Data with Entity Framework: Bulk editing rows
I have a product admin web site that has been generated using ASP.NET Dynamic Data and Entity Framework 4.1 (Code First).
I've started creating a way of bulk editing rows. I have the edit controls for the columns I want to be able to bulk edit (I've…

Rawbert
- 571
- 5
- 9
3
votes
4 answers
ASP.NET Dynamic Data DisplayColumn Attribute Causing Sorting Issue
Using ASP.NET Dynamic Data with a LINQ to SQL DataContext from the Northwind Database...
When I add a DisplayColumn Attribute to one of my LINQ to SQL entity classes and reference a property from my custom code in the partial class, I lose the…

Aaron Hoffman
- 6,604
- 8
- 56
- 61
3
votes
1 answer
How to improve ASP.Net Dynamic Data pagination performance
I'm using ASP.Net Dynnamic Data (.Net Framework version 4.0) and SQL Server 2008 to display data from a set of tables. In the database there is a certain master table containing 83 columns with 854581 rows of data with is still expected to grow.
I…

Interarticle
- 385
- 4
- 9
3
votes
2 answers
Set service field value in Dynamic Data
In my project many tables are linked to aspnet_Application table by ApplicationId foreign key. I don't want the users to view or edit it, so I'm looking for way to preset this sql table field value before the insert query is executed. I still have…

Roman Royter
- 1,655
- 13
- 28
3
votes
2 answers
How to find a control recursively in ASP.NET
There are lots of examples on this, and I'm pretty sound with the concept of using recursion to find the control. Once the control has been found on postback, it can be interacted with, etc.
I have an empty asp:table in my HTML markup:

AlexMorley-Finch
- 6,785
- 15
- 68
- 103
3
votes
1 answer
Is it possible to add a database to a Dynamic Data Website (ASP.NET) at runtime?
i am implementing a web-based process management engine and i am facing some problems:
A process model has different object types with attributes, e.g.
Model "Recruitment":
Employee(Name, Birthday, Department)
Application(Date,…

Stefan
- 31
- 2
3
votes
1 answer
Where are the asp.net Dynamic Data limits?
What are the limitations of asp.net dynamic data?
What is not possible to do in dynamic data, so that you have to use web forms?

Peter Gfader
- 7,673
- 8
- 55
- 56
3
votes
1 answer
How do you make a table read-only using ASP.NET's dynamic data scaffolding
How do you make individual tables and/or columns read-only so the edit button won't show in ASP.NET's Dynamic Data framework?
I'm using it against an entity data context.
Is it possible?

JohannesH
- 6,430
- 5
- 37
- 71
3
votes
4 answers
.NET 3.5 Linq Datasource and Joins
Have been trying out the new Dynamic Data site create tool that shipped with .NET 3.5. The tool uses LINQ Datasources to get the data from the database using a .dmbl context file for a reference. I am interseted in customizing a data grid but I…

Norge
- 97
- 2
- 10
3
votes
2 answers
Dynamic Data Web Site is unusable due to slowness
I have created a small "Dynamic Data Web Site" using the Entity Framework. I've no experience with this really, but it looks very interesting. Anyway, I have a single table being displayed on a single web page. The table contains over 21000 rows and…

JMc
- 971
- 2
- 17
- 26
3
votes
1 answer
C# DynamicData/ReactiveUI - Unexpected clear change when adding items to cache
I am making multiple updates to a SourceCache using the Edit method. But when observing the changes for the resulting collection, the updates are returned one at a time. Furthermore, when the update threshold limit of 25 is reached, then the entire…

Alex
- 2,033
- 1
- 24
- 40