This topic is locked

Display Child Data on Edit Page

2/14/2018 7:47:35 AM
ASPRunner.NET General questions
swat author

On edit page I have a ID , using that ID I want to display all the related data from second table.

I have tested the code that you have in tutorial, but I did not work.

admin 2/14/2018

It will work if your changes to the code are correct. Just in case here is a relevant code example:

https://xlinesoft.com/asprunnernet/docs/show_customer_orders.htm

swat author 2/16/2018



It will work if your changes to the code are correct. Just in case here is a relevant code example:

https://xlinesoft.com/asprunnernet/docs/show_customer_orders.htm


I am getting an error, but not sure why. How can I get detail sql debug error display on the page?

admin 2/16/2018

ASPRunner.NET manual is usually a good place to start:

https://xlinesoft.com/asprunnernet/docs/debugging_tips.htm

T
Tim 2/16/2018

Couldn't you just setup a master/details relationship and display the details data on the master's edit page?

swat author 2/20/2018



Couldn't you just setup a master/details relationship and display the details data on the master's edit page?


I am trying to make master/details relationships with a view and a table , it is not working.
What I need is, on any page get the ID number. Then create a query using that ID number and display the query on that page.