Tagged Questions

2
votes
2answers
477 views

Hierarchical data in a drop-down list on Dynamic Data site

Hello all, I'm getting into dynamic data sites (remarkably powerful), and enjoying it. However, I have a requirement that I can't seem to meet. I have a self-joined category table …
2
votes
6answers
104 views

Hide Page Extensions (Like StackOverflow)

Let me start off by saying that I've got very little experience with web-development. My question is simple, (taking SO as an example), how does the following work? http://stacko …
1
vote
0answers
10 views

Dynamic Data UIHint(”MultilineText_Edit”) in Grid and Edit

When a particular property on my model is attributed with UIHint("MultilineText_Edit") it renders the multiline text edit in the Details view, but not in the Edit view. In the Edit …
5
votes
2answers
92 views

When creating a new record, how do I fill some fields with values from the filter?

I'm working on an ASP.NET page, which basically is a quick hack around a database. It's used for an internal project and the site is set up in a way to provide several people read/ …
0
votes
0answers
6 views

Sorting by multiple fields using DisplayColumnAttribute in Asp.Net Dynamic Data App?

I've got a dynamic data app, and I want to sort based on multiple fields like so.. <DisplayColumn("FieldName", "Field1, Field2")> _ DisplayColumn doesn't seem to support m …
3
votes
10answers
1k views

Dynamic Database Schema

What is a recommended architecture for providing storage for a dynamic logical database schema? To clarify: Where a system is required to provide storage for a model whose schema …
0
votes
1answer
15 views

Replace GridView with RadGrid in Dynamic Data List.aspx

I have found an adapted RadGrid from Telerik, with some overrides, for use in the ListDetails.aspx page template in dynamic data projects, but a cursory experiment yielded only a v …
0
votes
1answer
20 views

Dynamic Data without both database and model updates.

I have come to the conclusion that the very nifty ASP.NET Dynamic Data framework would be even more nifty if one only had to implement model changes from one side, model or DB. Ri …
1
vote
1answer
26 views

New button for Foreign Key fields in Dynamic Data

In a scaffolded page in ASP.NET Dynamic Data, if the entity has a foreign key field, and the value you seek is not in the the primary key table, i.e. is not in the drop-down, you h …
0
votes
2answers
9 views

Users need to create dynamic rules that apply to other users access to the group

Okay so here is "in a nutshell" what I'm trying to accomplish... Users of my application can go and create a new group. They can specify criteria about other users which they wil …
3
votes
2answers
1k views

ASP.NET Dynamic Data Add Additional Filter Criteria to Page

How should I be adding additional search/filter criteria to a Dynamic Data Web Application? I created a Dynamic Data Web Application using the Northwind database and I am using a …
0
votes
1answer
196 views

Dynamic Data Entities ID Column visible false?

There are Two kind of template in asp.net 3.5 1) Dynamic Data Web App. 2) Dynamic Data Web App. Entities My SQL database has got Customer Table ; Columns : ID, Name,Surname vs. …
0
votes
1answer
31 views

Dynamically acessing items in a ObjectProxy using AS3

I am trying to implement a find feature on a list. In the action script method to implement the find, I'm trying to loop over the contents of the list.dataProvider and get the c …
0
votes
0answers
5 views

Parser error on incorrect page in ASP.NET Dynamic Data.

I have a small dynamic data application, and have just spend several minutes on a wild goose chase because VS 2008 kept highlighting a line in my List.aspx page template, telling m …
0
votes
1answer
172 views

Dynamic UIImage Content Loading in UITableView code?

im trying to get a tutorial/sample code on how to dynamic download uiimage in uitableview. Just like native iTunes App loading artwork dynamically. its also called "lazy loading" …

1 2 3 4 5 12 next
15 30 50 per page