During my ASP.NET 3.5 study, I've covered the topic of cross-page posting. Cross-page posting enables you to submit a form and it's controls to another page for processing. We start with a simple webform that contains a textbox, button, and label. Here is the aspx page: Here is the code behind...