Shortcut key to move from code to source file

Am I looking for a shortcut key to switch from a Behind code file (a.cs) to an HTML page source page (a.aspx)? I could not find a direct way to handle this!

+5
source share
3 answers

F7 → Switch between .ASPX and .ASPX.CS (Code behind) Shift + F7 → Switch between .ASPX Design View and Source View

@JasonReis, you're right

+2
source

Try Shift + F7. Usually, using the shift + shortcut key performs the opposite function in visual studio.

+1
source

F7 .aspx .cs.

0

All Articles