views:

135

answers:

3

Is there any VS2008 shortcut for switching between View designer / View code? I am working on c# projects and I switch these two views a lot.

+1  A: 

This one is for tha vs2008 asp.net web site development

F7- from from to code ( aspx to aspx.cs)

Shift + F7- from code to form (aspx.cs to aspx)

Visual C# 2008 Keybinding Reference Poster: http://www.microsoft.com/downloads/details.aspx?familyid=e5f902a8-5bb5-4cc6-907e-472809749973&displaylang=en

Pranay Rana
+1  A: 

Hi. I had the same question which was answered by Tomas Kirda very well

abatishchev
You should no better than to answer duplicate questions.
ChrisF
+1  A: 

you can use F7- Form to code(cs)

Shift + F7 - Code(cs) to Form

For more shortcuts you can refer

http://www.dofactory.com/ShortCutKeys/ShortCutKeys.aspx

freak
Thanks for the answer and for the useful link.
jing
Its the first link that comes up if you type in your question on google...
SwDevMan81