-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a Linq to SQL data model that uses single table inheritance.
I created a new ASP.net Dynamic Data web site with all table scaffolding enabled, but I can't see any of the derived classes in my data model being scaffolded.
Is this by design?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi.
Is there any way how to work with complex types in asp.net dynamic data web site?
If we have Entity(ie from EF) "Person" with complex type "Address", "Table.GetScaffoldColumns()" does not returns comlumns for property of type "Address".
Thank you.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have created a Dynamic Data site against an Entity Framework Model
I have 2 fields which are nvarchar(max) in the DB and they do not get rendered on the list view
This is probably a sensible default
But how do I overide this?
Have tried adding various attributes to my MetaData class e.g
[ScaffoldColumn(true)]
[UIHint("RuleData")]
But…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello, I'm just now created Dynamic Data Entities Web Site.
And I have got a problem with image type. for all sql data types generated html elements by fieldTemplate. So, how can I create fieldtemplate for image-view, and image-upload ?
Thanks.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
With a pretty standard Dynamic Data site, when the user edits or inserts a new item and saves, the page does a Response.Redirect(table.ListActionPath), which takes the user back to page 1 of the table.
If they were editing an item on page 10 (or whatever) and want to edit the next item on that page…
>>> More