Is there a built in procedure to convert an inline code aspx page into two documents - as an aspx and an aspx.cs page? I want to separate the code behind.
ThanksGeoff
Hi Geoff,
Unfortunately there isn't a built-in web to automatically do this. In general, you should be able to just copy/paste the code within the <script runat="server"> blocks into your code-behind file though.
Hope this helps,
Scott