up vote 0 down vote favorite
1
share [g+] share [fb]

Using Visual Studio or Resharper, can I jump to the .aspx page while in the code behind?

link|improve this question

55% accept rate
feedback

2 Answers

up vote 5 down vote accepted

I guess it is F7 or Shift + F7 (that toggles between code view and design view).

link|improve this answer
Code view vs. Design view is different from code behind (.aspx.cs) vs .aspx – Jonathan Parker Sep 15 '09 at 4:17
feedback

It will be possibly (and even more) with new feature "Go To Related Files" coming in new ReSharper 5 version.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.