Search

You searched for the word(s): userid:775097

Matching Posts

  • Dynamic Data Preview 4 (REFRESH)

    We updated the Dynamic Data Preview 4 release last week to fix a couple of bugs that people in the forum have run into mainly around the DomainDataSource. You can download the new release here: http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27026 . Here is a list of the bugs that we fixed: DomainDataSource had errors updating foreign keys Cannot edit many to many relationship with table per type inheritance Better exception handling
    Posted to ASP.NET Dynamic Data (Forum) by scothu on 6/29/2009
  • Re: Problem with Entity Framework template in DD Preview 4

    Please re-download the the Dynamic Data Preview 4 bits and make sure you are running the one we updated on Thursday. The previous build we posted had a few unsigned assemblies which would cause the errors earlier in this thread but the new version we posted has them all signed now.
    Posted to ASP.NET Dynamic Data (Forum) by scothu on 5/18/2009
  • Dynamic Data Preview 4 Released!

    Today we released Dynamic Data Preview 4 on Codeplex. Here is the link: http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27026 . This preview releases showcases many of the new features we are adding to Dynamic Data in the upcoming .NET 4 plus some samples of using .NET RIA Services and ADO.NET Data Services. Here is a list of all the new features in the preview release: Entity Templates Filters Support for inheritance in Entity Framework and Linq to SQL Support for many to many
    Posted to ASP.NET Dynamic Data (Forum) by scothu on 5/7/2009
  • Dynamic Data Preview 3 Released

    The ASP.NET Dynamic Data 4.0 Preview 3 is a new release of Dynamic Data based on some of the early bits we are working on for .NET 4.0 and Visual Studio 2008. This preview shows some of the areas in which we are expanding Dynamic Data: A new QueryExtender control, contained in the sample projects to simplify common data filtering operations. It supports a rich ASP.NET declarative query syntax that makes it easy to do things like search data for text or have filters based on ranges. A new Dynamic
    Posted to ASP.NET Dynamic Data (Forum) by scothu on 3/18/2009
  • Re: Bug with ListView?

    Is your DataPager set to use the URL for paging? We fixed a bug around this area as well that was broken for the next release. If not give us a sample of what you are doing and we will get it fixed or provide you a workaround,
    Posted to ASP.NET Dynamic Data (Forum) by scothu on 3/15/2009
  • Re: Where is the Dynamic Data Website Wizard?

    The Dynamic Data Wizard was a preview of an area we working investigating. In its current form it will not be updated anymore and thus we have removed references to it. This is still an area we hope to invest in so you may see it come back in some other form.
    Posted to ASP.NET Dynamic Data (Forum) by scothu on 3/14/2009
  • Re: What is the best approach in Dynamic Data when you have multiple views for different roles?

    The whole point around futures is getting people access to our newer bits before we release them. Obviously names may change and such when we roll features into the framework but that should not stop you from using them today, they should work in future releases since we maintain backwards compatability with our existing API's When we do RTM our newer changes you can just stop using the features from futures and start using them from the main Framework. We don't have any announced dates for
    Posted to ASP.NET Dynamic Data (Forum) by scothu on 3/14/2009
  • Re: Access row/field data from within custom Field Template

    Your issue is just how ASP.NET works and the problem you are seeing is not necessarily related to Dynamic Data. When the field template is rendered the first time it will be filled with data during the OnDataBinding event. If you want some of the data to be available on postback during the next Page_Load you need to store the data off in ViewState somewhere. For example you could in your OnDataBinding do ViewState["MyData"] = xxx on the next postback you can read it back out using var value
    Posted to ASP.NET Dynamic Data (Forum) by scothu on 3/13/2009
  • Re: Filter one datasource column with multiple values

    Yes, this is a limitation of the existing LinqDataSource. One solution you have today is to override the OnSelecting event where you can actually use REAL LINQ to shape the query. One of the changes we have in our Dynamic Data Preview release on codeplex ( www.codeplex.com/aspnet ) is the new QueryExtender which adds the exact capability to LinqDataSource and in the future EntityDataSource. This will be in .NET 4.0.
    Posted to ASP.NET Dynamic Data (Forum) by scothu on 3/11/2009
  • Re: Facing problem creating a dynamic data solution

    With SQL Server Express your database files actually live in your project. When using a regular SQL server they will live in a directory underneath the SQL Server. To a access these you just need to open the Server Explorer in Visual Studio, it will have a node called Data Connections. You can right click on that and select "Add Connection". This will then walk you through a wizard where it asks the name of your sql server, how you will authenticate with it. Once you have successfully done
    Posted to ASP.NET Dynamic Data (Forum) by scothu on 3/10/2009
Page 1 of 28 (272 items) 1 2 3 4 5 Next > ... Last »