User188291263 posted
Basically i have a problem, my menu contains links to all scattfold tables,with List.aspx.
I have some table where i want user to go directly to Edit or Insert, and be able to add only one row.
I tried different DynamicDataRoute,didnt help.
In my current solution is I just coy default Edit.aspx,to custom pages and rename it as List.aspx, which is working,if i have existing row.
Maybe i can write in custom page validation,if record not exist then insert.
But i think im on wrong route. Anyone have any idea?
I dont want user to have more than 1 record, and i dont want to display List or DetailList.
Please help