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:769996
More Search Options
RSS Available
Matching Posts
Re: Column Order attribute in .NET 4.0 / VS2010?
The design has change and the functinality exposed by that attribute is now available in DisplayAttribute. Please have a look at http://msdn.microsoft.com/en-us/library/system.componentmodel.dataannotations.displayattribute.order(VS.100).aspx
Posted to
ASP.NET Dynamic Data
(Forum)
by
marcind
on 9/22/2009
Re: How to register for events with Dynamic Data .net c#
Control event registration works just like in any ASP.NET application and Dynamic Data already uses event hookups throughout its page templates so you should be able to find plenty examples. Otherwise you will need to clarify what you've done so far so we can see why it does not work.
Posted to
ASP.NET Dynamic Data
(Forum)
by
marcind
on 9/1/2009
Re: QueryExtender always triggers DataBind
Hi Brian, there does indeed seem to be a problem with the ControlFilterExpression that is causing your data bound control to rebind. We'll fix it for the next release, though I don't have any specific right now on when anything will be available publically. Thanks for reporting this.
Posted to
ASP.NET Dynamic Data
(Forum)
by
marcind
on 8/7/2009
Re: Problem (error) when using two Entity Models with the same entity
Hi Geir, Dynamic Data requires unique table names. You can use TableNameAttribute to override an entity's name to avoid conflicts. You can use DisplayNameAttribute to customize how the name of a table is presented in the UI in case your unique names are not user-friendly.
Posted to
ASP.NET Dynamic Data
(Forum)
by
marcind
on 8/7/2009
Re: Dynamic Search by "Field" on Each List Page
Hi Andrew, this scenario is currently very difficult to achieve using Entity Framework. We are planning on addressing this in .NET 4.0 by modifying EntityDataSource to support the new QueryExtender architecture.
Posted to
ASP.NET Dynamic Data
(Forum)
by
marcind
on 3/17/2009
Re: Can we change the name of the table dispayed on the default.aspx page?
The difference between DisplayNameAttribute and TableNameAttribute is that DisplayNameAttribute is used to set the table's display name (i.e. what gets displayed on the page) while TableNameAttribute is used to disambiguate two tables with the same name that are registered on a single MetaModel (this will have an effect on the urls that get generated as well as the display name of the table if DisplayNameAttribute is not being used).
Posted to
ASP.NET Dynamic Data
(Forum)
by
marcind
on 3/17/2009
Re: I am unable to have a copy of the same file for diferent table
[quote user="amita.deo"] Now when I have the same customised ListDetails.aspx file in a different folder for other tables it doesnot build as there are more then 1 page_load events. Is there some specific setting to be made? [/quote] It seems like you are using a Web Application Project. When you make a copy of an aspx in such a project you need to manually rename the class name that the page uses (i.e rename the class in aspx.cs and update the Inherits attribute of the Page directive in
Posted to
ASP.NET Dynamic Data
(Forum)
by
marcind
on 3/16/2009
Re: QueryableFilterRepeater in different places
What scenario are you trying to achieve that you need to put the filter repeater inside of a field template?
Posted to
ASP.NET Dynamic Data
(Forum)
by
marcind
on 3/12/2009
Re: Access row/field data from within custom Field Template
Looks like you might be looking at the wrong MetaColumn from the wrong table. Try something like: var o = this .GetColumnValue(Table.GetColumn( "City" ));
Posted to
ASP.NET Dynamic Data
(Forum)
by
marcind
on 3/12/2009
Re: Where is the Dynamic Data Website Wizard?
Hi, seems like the download link might have gotten lost when we transitioned from code gallery to codeplex. We'll look into potentially putting it back up. However note that the DD Wizard in that form has not been in active development since last year. It only targeted 3.5 SP1 and was still quite experimental and with our focus now on ASP.NET 4.0 there are no guarantees it will happen.
Posted to
ASP.NET Dynamic Data
(Forum)
by
marcind
on 3/12/2009
Page 1 of 41 (408 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