Having trouble adding labels to autogenerated web forms. When these forms are generated they are generated using table row and table data structures. I am trying to add a message to the top of the box using FindControl to find the Cancel button, then add a label to the top lvl of the naming container. How do I add a label outside of the table structure so that it is at the top of the form instead of next to or below the cancel button?