0
votes
0answers
16 views
Dynamic Data: Foreign table List.aspx links use incorrect key for one-to-many relationships
Hi,
Problem: The urls created between tables with one-to-many relationships are incorrect. How can I fix this?
I'm using LINQ to SQL with Dynamic Data.
I have two tables: Users and Addresses:
* …
3
votes
2answers
594 views
Adding a search box to an ASP.Net dynamic data list page
Does anyone know how to add a simple search textbox on an ASP.NET Dynamic Data list page? I want to be able to drill down to a specific row immediately, without having to use the dynamic data filters …
0
votes
3answers
238 views
Dynamic Control loading at wrong time?
This one is a little... odd. Basically I have a form I'm building using ASP.NET Dynamic Data, which is going to utilize several custom field templates.
I've just added another field to the FormView, …
0
votes
1answer
116 views
ASP.Net removing borders from (nested) DataGrid
Hi,
I'm trying to remove the borders from a datagrid on an ASP.NET control. The control is a custom field template for a dynamic data website (if that matters) and is nested inside another datagrid. …
1
vote
1answer
110 views
hide delete button in list page in dynamic data
I am using Asp.Net Dynamic Data. I want to remove delete button from List and details page. I dont want to remove it from mark up. Is there any way to remove delete button based on entity and without …
0
votes
3answers
83 views
Suggestions on which ASP.NET control to use?
I've received a project for internal use. My application has to store about 100 rows of meta data of a game and each row has about 15 fields maximum. Fields can be game name, game category, maker, …
0
votes
1answer
124 views
ASP.NET DynamicData - add table at runtime?
We currently have an ASP.NET Dynamic Data website for our intranet that was developed by a contractor who is no longer with us.
None of our developers currently have VS 2008 installed, so are not …
0
votes
3answers
141 views
Convert below C# dynamic data context registration code to VB?
model.RegisterContext(typeof(NorthwindDataContext), new ContextConfiguration()
{
ScaffoldAllTables = true,
MetadataProviderFactory = (type => new …
0
votes
1answer
77 views
DynamicData: use custom type as return type
Hi, can I force the DBML designer to use my custom types instead of the Auto-generated Types?
I can edit the database.designer.cs, but these changes will be lost when I modify the tables.
If not, how …
0
votes
0answers
38 views
Why is ForeignKey_Edit loading primary key as the value, instead of the actual value used in the association?
I'm using ASP.NET dynamic data to create a ticket edit form. The Ticket is associated to a problem code, but not using the problem code's primary key. (The database is 3rd party, so I don't have …
0
votes
1answer
75 views
…is not a foreign key column and cannot be used here?
I have two views in SQL, and have created mappings to them in Linq to SQL.
The two views have an association, which works fine, between Ticket.ProblemCode and Problem.Code
When I try to set …
0
votes
1answer
103 views
How do I get the value of a DynamicControl?
I'm using ASP.NET Dynamic Data functionality to do something a little weird. Namely, create a dynamic list of fields as children of the main object.
So basically I have Ticket.Fields. The main …
1
vote
2answers
383 views
Remove autogenerate GUID column from Add Entry pages in Dynamic Data Web Application
I have a Dynamic Data Entities Web Application that uses a database with GUIDs as primary keys for tables. All of the GUID fields have the default value set to NEWID() so SQL Server will generate a …
0
votes
1answer
115 views
What’s the difference between ASP.NET DynamicData and IronSpeed?
Will the new commer (DynamicData) relplace the old one (IronSpeed)? They seem to have overlap functionality?
0
votes
1answer
361 views
Dynamic Data: Scaffolds are read-only for LINQ classes using Views instead of Tables?
I am trying to use the ASP.NET Dynamic Data features to generate CRUD scaffolding for my data model. My model contains supertype/subtype relationships, so some logical entities are split between two …
