Date:  04/23/2014 09:13:37 AM Msg ID:  004682
From:  Ali Koumaiha Thread:  004682
Subject:  Master Table / Child Table
 I am trying to figure out the best way to do this.
I have an fwx page, has an html table (grid) with rows from a master table.
first column is invoice#.
 
at the bottom, i have another html table, that should display the detail of the invoice.
 
i can put the data on both, and use a querystring and get the invoice# of selected record and display.  All is good.
 
 
But, the page is "refershing" and the user doesn't see the selected row any more.
 
so, what i want to accomplish, is to try to load the child table using maybe javascript or ajax without doing a post on the client side or refreshing the browser using normal post.
 
can you simply point me in the right direction? how i can do a postback using ajax from a onlick of a record or a row inside an html table?