I built a web application which has a master and details page. In the master page, I added a grid. In the details page, I am performing some calculations and add the results into a textbox. I want to get the value of the textbox in the details page and show it on the main page as a row in the corresponding idea. Any ideas how to do that programmatically?