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.
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.
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.