So let's say you wanted to make a copy of a Web Form page within a .Net Project.
Is there an easier way than:
- Copy Source Page
- Page Source Page within project to get new page
- Exclude Source Page
- Rename code behind class for new page
- Add Source Page Back
Sometimes I miss something obvious is there a better way to do this? I know the next question would be "Why are you copying code within a project instead for reusing it?" Let's just say that's a secret;).