Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:820142
More Search Options
RSS Available
Matching Posts
Re: Dynamic data controls: default values on Insert-page
This is supported in next version of Dynamic Data. You'll be able to make a method call on the DetailsView (extension method) DetailsView1.SetMetaTable(table, new Product { ProductName = "Name", UnitPrice = 10 }); Hope this helps
Posted to
ASP.NET Dynamic Data
(Forum)
by
davidfowl
on 11/22/2009
Re: problem in field template for manytomany
The many to many field template doesn't support that type of relationship. It only supports the case when the middle table has nothing but the primary keys of the related tables.
Posted to
ASP.NET Dynamic Data
(Forum)
by
davidfowl
on 11/16/2009
Re: Can Dynamic Data use Access mdb as datasource ?
DynamicData in 3.5sp1 only works with Linq to Sql and Entity Framework.
Posted to
ASP.NET Dynamic Data
(Forum)
by
davidfowl
on 11/15/2009
Re: Auto-fill fields and customizing the Insert page
Just an FYI, Auto fill or Default insert values comes for free in DD v4. You can call an overload to SetMetaTable which takes either a dictionary or an object (either anonymous or model object) and it will fill the values in the control in insert mode.
Posted to
ASP.NET Dynamic Data
(Forum)
by
davidfowl
on 10/12/2009
Re: Access DynamicField (entity) value from within codebehind?
When you say your trying to get the value do you mean the value of what's in the label? What exactly are you trying to accomplish?
Posted to
ASP.NET Dynamic Data
(Forum)
by
davidfowl
on 10/9/2009
Re: Using different MetadataType classes with the same table
Using a Metadata class is the wrong approach, you should just have 2 custom pages and in the markup show either the first or second column.
Posted to
ASP.NET Dynamic Data
(Forum)
by
davidfowl
on 10/9/2009
Re: Multiple attributes in MetaData ? Seems not working
DynamicData uses TypeDescriptor for reflection so you will need to override TypeId in your Attribute and return this: [global::System.AttributeUsage(AttributeTargets.Property, AllowMultiple = true)] public sealed class SampleAttribute : Attribute { public string Sample { get; set; } public SampleAttribute(string sample) { Sample = sample; } public override object TypeId { get { return this; } } } By default TypeId returns GetType(). TypeDescriptor uses the TypeId to to Attribute filtering so when
Posted to
ASP.NET Dynamic Data
(Forum)
by
davidfowl
on 9/30/2009
Re: DynamicData - foreign key links dont set filters on list page
This issue has been fixed but we haven't updated codeplex as yet.
Posted to
ASP.NET Dynamic Data
(Forum)
by
davidfowl
on 9/15/2009
Re: DynamicEntity won't update when used with DetailsView - possible bug?
It does sound like a bug, I'd have to investigate further, but why are you putting an entity template in a DetailsView cell. That seems pretty awkward. Do you have a specific scenario you are trying to achieve?
Posted to
ASP.NET Dynamic Data
(Forum)
by
davidfowl
on 9/2/2009
Re: DynamicEntity won't update when used with DetailsView - possible bug?
Is the update event being fired? Does it work when you don't autogenerate the edit button?
Posted to
ASP.NET Dynamic Data
(Forum)
by
davidfowl
on 8/31/2009
Page 1 of 45 (448 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online