A Printable Ecommerce Order ReceiptSomething you could use? Well maybe not now but someday. This actually was not that hard to write. I used multiple DataLists and DataGrids with TEMPLATES to create this one. Notice the multiple binding to the DataSet. That's the power of disconnected data. I am in and out of my data sets but I never have to leave the page again to get them back. Page.IsPostBack makes the printable section a snap as you will see. The page has also been cached for 360 seconds (10 minutes). No need to keep hitting the database on this one. There probably is an even easier way. But until then, Enjoy!