I use the SHIFT-F7 often to switch between source and design view.
Does anyone know of a hotkey to switch between the source file and its code behind file, e.g. between (Default.aspx and Default.aspx.cs)?
I use the SHIFT-F7 often to switch between source and design view.
Does anyone know of a hotkey to switch between the source file and its code behind file, e.g. between (Default.aspx and Default.aspx.cs)?
Yep just F7
Look at this poster for C# VS2008 shortcuts
You can also bind it to any combination of keys you like, go to tools, options (show all settings) environment, keybord, Show Commands for View.ViewCode and change to your liking.
Added by Rob Cooper:
For 2005 Users: Visual C# 2005 Keyboard Shortcut Reference Poster
For 2010 Users: Visual C# 2010 Keyboard Shortcut Reference Poster
When in code view use shift-f7 to get to the designer. When in the designer use f7 to get back to code.