I'm wanting to write an ASP.NET app that captures the entire html of a page after the user has clicked the submit button of a form. I know it's MUCH easier to just store the form variables into the database, and I'm already doing that, but this is something my client is directly asking for, and I want to make them happy. I've read that it was "easy" on google, but that's all I could find thus far. I'm currently researching, but maybe someone here has already done something similar and can point me in the right direction. Thanks.