| |
|
|
thanhtungo
: On
May 22, 2008 9:45 PM
said:
|
I need source code examples. Thanks!
|
|
|
|
|
|
erik_kron
: On
July 17, 2008 5:55 PM
said:
|
These videos are very informative. What I spent one month developing with other technologies I was able to do in 2 hrs using these examples. One thing I have not been able to do or understand how to do is how can I display the tables in different pages? Basically, I want a main page and that page has links to say "show me products" and another "show me orders". On clicking "show me products" link I see only products, I do not see the other tables in the DB.
|
|
|
|
rchung
: On
August 28, 2008 5:52 PM
said:
|
When I try dragging a copy of the list.aspx file to a custom folder in the "CustomPages" folder, it just moves the existing copy into that folder. Is there a setting I need to change in order to change this behavior? Thanks!
|
|
|
|
gsuttie2002
: On
September 11, 2008 4:27 AM
said:
|
Hi Scott Wheer is the best place to keep up to date with Dynamic Data - there seems to be a fair amount of releases - I was working through your videos and notice a few difference (copying a page to the custompages folder broke) - where is the best place to keep up to date with this?
|
|
|
|
John.Vonesh
: On
September 22, 2008 3:33 PM
said:
|
Hi Scott, I was following your example, and although the drag to folder did not work, I simply copied and pasted the page into my new folder. What I would like to know is am I missing something. I am receiving compiler errors that states "Type 'Project' already defines a member called 'Page_Init' with the same parameter types" and the same error for other standard methods as well. Do I need to rename anything?
|
|
|
|
bajov
: On
October 07, 2008 5:02 PM
said:
|
Hi Scott, Thanks for the demos. They are great. This one might need some tweaking. ListDetails.aspx copy and paste works (compiles and runs fine) until I change “CustomPages\Products ListDetails.aspx”. This change breaks the page and the error bellow is thrown. I can see the ListDetails.aspx and cs copied in DynamicDataWebSite1\DynamicData\CustomPages\Products. Restarting “Development server” or clearing ASP.NET temp cache doesn’t help but “CustomPages\Products ListDetails.aspx” deletion removes the error. Server Error in '/DynamicDataWebSite1' Application. ----------------------------------------------------------- --------------------- The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /DynamicDataWebSite1/DynamicData/CustomPages/Products/ListD etails.aspx ----------------------------------------------------------- --------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
|
|
|
|
norisk
: On
October 11, 2008 12:05 AM
said:
|
In the video you modify ListDetails.aspx rather than List.aspx. What is the difference between these two?
|
|
|
|
norisk
: On
October 11, 2008 12:41 AM
said:
|
Also, do I change "Autogeneratecolumns" or "AutogenerateRows" to false, or both?
|
|
|
|
norisk
: On
October 11, 2008 6:56 PM
said:
|
Um, there is no Autogeneraterows - it was apparently just a slip of your tongue.
|
|
|
|
rtpharry
: On
October 13, 2008 2:07 PM
said:
|
This is definetly something I will use in my next project. The amount of stuff that you get for free is awesome. Having the sort columns, advanced paging and number per page for free is very cool
|
|
|
|
|
|
sama_280
: On
February 12, 2009 8:37 AM
said:
|
Hi, For some of my Dynamic Data meta data tables I would like to control the order of the displayed columns. I have a custom page and I created a sub-directory named the same as my table. I copied the ListDetails.aspx and code file to the new directory. And changed AutoGenerateColumns to false(in Gridview) and AutoGenerateRows to false(DetailsView. None of them worked! Please please help me. J Best regards, Sahar AutoGenerateSelectButton="True" AutoGenerateEditButton="True" AutoGenerateDeleteButton="true" AllowPaging="True" AllowSorting="True" OnDataBound="OnGridViewDataBound" OnRowEditing="OnGridViewRowEditing" OnSelectedIndexChanging="OnGridViewSelectedIndexChanging" OnRowDeleted="OnGridViewRowDeleted" OnRowUpdated="OnGridViewRowUpdated" OnRowCreated="OnGridViewRowCreated" CssClass="gridview" AutoGenerateColumns="False"> There are currently no items in this table. AutoGenerateEditButton="true" AutoGenerateDeleteButton="true" AutoGenerateInsertButton="true" OnModeChanging="OnDetailsViewModeChanging" OnPreRender="OnDetailsViewPreRender" OnItemDeleted="OnDetailsViewItemDeleted" OnItemUpdated="OnDetailsViewItemUpdated" OnItemInserted="OnDetailsViewItemInserted" AutoGenerateRows="False"> </asp:DetailsView>
|
|
|
|
KannanK7
: On
September 24, 2009 1:05 AM
said:
|
|
|
|