Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shortcut Key to Navigate from Code-Behind to SourceView

I am Looking for a Shortcut Key to navigating from Code-Behind file(a.cs) to HTML Source-View page(a.aspx)? i couldn't find any direct possible way to handle this!

like image 544
Mehdi Avatar asked Oct 08 '22 21:10

Mehdi


2 Answers

F7 -> Toggle between .ASPX and .ASPX.CS (Code Behind) Shift + F7 -> Toggle between .ASPX's Design View and Source View

@JasonReis, you're right

like image 161
Vava Avatar answered Oct 12 '22 11:10

Vava


Try Shift + F7 Usually using the shift + shortcut key does the opposite function in visual studio

like image 24
Aki143S Avatar answered Oct 12 '22 10:10

Aki143S