User1000179309 posted
Hi,
I'm new in DynamicData stuff [:D]. I created a custom page called ListBy.aspx, and i registered the page in global.asax.cs
Constraints = new RouteValueDictionary(
new
{
action = "ListBy|Details|Edit|Insert",
table = "Reports",
}),
Model = model
The problem is, Table Reports didn't show in default.aspx, but if i change the action to "List" everything was fine. Do i miss something ?
Thanks