views:

119

answers:

1

Is there a way/tool to extract inline C# code from within an ASPX file to a code-behind file?

We want to separate the code from the HTML (lots of pages) in an application we inherited.

+2  A: 

It sounds like you're doing a bit of refactoring so I'd suggest you look into ReSharper or Refactor! Pro. Both tools will be able to assist you.

Kane