The following would not be good for lots of data fields on-screen, as it would be necessary to scroll vertically.
Open the "Global.asax" page.
In the first "routes.Add..." paragraph, reverse "{table}/{action}.aspx" to"{action}/{table}.aspx".
Uncomment the first "routes.Add..." paragraph out up until the brackets after "Model = model"
Uncomment next 2 "routes.Add..." paragraphs up until the brackets after "Model = model"
By doing this the "List View" and "Detail View" will be on the same web page.
Sunday, 16 May 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment