This topic is locked

Format two child columns on one page with parent record

8/26/2010 3:14:32 PM
ASPRunnerPro General questions
B
boater21 author

I accidentally posted this to the wrong forum. It belongs here, I'm using ASP Runner Pro, not .net. In any case, is it possible to have the columns from a parent table on top of a web page (that would represent one row from the parent table), and all the child records from two tables on the bottom half of a page, split into two columns? I'm trying to achieve something like this:



(data from parent table)

Name:Fred Smith

Address:123 Main

City:Anywhere
(data from child table 1) (data from child table 2)

Shoes: Pets:

Nike Rover

Adidas Rufus

Converse Fluffy


Is there any way of formatting web pages like this using ASP Runner?
Thanks!

Sergey Kornilov admin 8/31/2010

Yes, it's possible.
Define two master-details relationships and allow data from child tables to be displayed on Edit/Add/View pages of master table.
Then modify one of those pages layout putting child tables into HTML table with two columns.

B
boater21 author 9/8/2010

Would this approach work for printing and exporting the page, as well?



Yes, it's possible.
Define two master-details relationships and allow data from child tables to be displayed on Edit/Add/View pages of master table.
Then modify one of those pages layout putting child tables into HTML table with two columns.

Sergey Kornilov admin 9/9/2010

Sure, this will work on any page.