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
2010-05-24 11:18:47
+1
A:
Hi. I had the same question which was answered by Tomas Kirda very well
abatishchev
2010-05-24 11:21:18
You should no better than to answer duplicate questions.
ChrisF
2010-05-24 11:24:24
+1
A:
you can use F7- Form to code(cs)
Shift + F7 - Code(cs) to Form
For more shortcuts you can refer
freak
2010-05-24 11:23:35
Its the first link that comes up if you type in your question on google...
SwDevMan81
2010-05-24 11:33:12