I have a site a few years old that contains about 30 aspx Web Form pages with code behind. I want to add a common master page to all these with the minimum amount of work.
Essentially, I just need to add everything in the body tags to the Content Placeholder, and preserve the code behind.
Is there a fast way to do this?