0% found this document useful (0 votes)
17 views1 page

Asp Short Cut Keys

The document provides a comprehensive list of shortcut keys for ASP.Net, aimed at enhancing productivity for developers. It includes commands for various functions such as opening files, saving projects, and debugging applications. The article was authored by Rahul Khadikar and first posted on May 19, 2010.

Uploaded by

Venkat Seo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

Asp Short Cut Keys

The document provides a comprehensive list of shortcut keys for ASP.Net, aimed at enhancing productivity for developers. It includes commands for various functions such as opening files, saving projects, and debugging applications. The article was authored by Rahul Khadikar and first posted on May 19, 2010.

Uploaded by

Venkat Seo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

9/13/13 Asp.

Net ShortCut Keys - CodeProject

Sign up for our free weekly Web Developer


10,081,569Newsletter.
members (50,974 online) Sign in ×

home articles quick answers discussions features community


Search for articles, questions, tips
help

Articles » General Programming » Programming Tips » General Next

Tip
Asp.Net ShortCut Keys About Article
Browse Code
By Rahul Khadikar, 20 May 2010
Stats Asp.Net ShortCut Keys List

Revisions (2) 4.50 (6 votes) Type Tip/Trick


Here I am sharing the list of all the available shortcut key options for ASP.Net
Alternatives Licence CPOL

Comments & First Posted 19 May 2010


Discussions (4) Collapse | Copy Code Views 12,841
.NET ShortCut Keys
Bookmarked 4 times
Ctrl + N Opens the New Project Dialogue Box
Ctrl + Shift + O Opens the Open File Dialog Box
Ctrl + Shift + A Opens Add New Item window ASP.NET shortcut
Ctrl + D Opens Add Existing Item window
Ctrl + S Saves Current Form
Ctrl + Shift + S Saves everything from Application
Alt + Q Exits Visual Studio. NET
Ctrl + Z Undo
Ctrl + Shift + Z Redo
Ctrl + X Cuts your selection
Ctrl + C Copies your selection
Ctrl + V Pastes your selection
Ctrl + A Selects All
Del Deletes your selection
Ctrl + F Opens Find window
Ctrl + H Opens Find and Replace window
Ctrl + Shift + H Opens Replace in Files window
Ctrl + Alt + Shift + F12 Opens Find Symbol window
F7 Opens Code Designer window
Shift + F7 Gets you back to Design View
Ctrl + R Opens the Solution Explorer window
Ctrl + Alt + S Opens the Server Explorer window
Ctrl + Shift + C Opens the Class View window
F4 Opens the Properties window
Ctrl + Shift + E Opens the Resource view window
Ctrl + Alt + X Opens the Toolbar window
Shift + Alt + Enter Takes you to Full Screen View
Alt+F8 Opens Macro Explorer window
F2 Opens Object Browser window
Ctrl + Alt + T Opens Document Outline window
Ctrl + Alt + K Opens Task List window
Ctrl + Alt + A Opens Command window
Ctrl + Alt + O Opens Output window
Ctrl + Alt + Y Opens Find Symbol Results window
Ctrl + Alt + F Lists Items under the Favorites Menu in your Internet Explorer
Ctrl + Shift + B Builds your project
F5 Runs your Application
Ctrl + F5 Runs your Application without Debugging
Ctrl + Alt + E Opens the Exceptions Dialog Box
F8 Used while Debugging Applications
Shift + F8 Used While Debugging Applications
Ctrl + B Inserts a New Breakpoint
Ctrl + Shift + F9 Clears All Breakpoints
Ctrl + Alt + P Opens the Processes Dialog box
Ctrl + T Opens Customize Toolbox window
Ctrl + Shift + P Runs Temporary Macro
Ctrl + Shift + R Records Temporary Macro
Alt + F11 Opens Macros IDE
Ctrl + F1 Opens Dynamic Help window
Ctrl +Alt + F1 Opens Help window sorted by Contents
Ctrl + Alt + F2 Opens Help window sorted by Index
Ctrl + Alt + F3 Opens Help Search window
Shift + Alt + F2 Opens Index Results window
Shift + Alt + F3 Opens Search Results window
Ctrl + K +C Comment out the current selected section
Ctrl + K +U Uncomment the current selected section

www.codeproject.com/Tips/82694/Asp-Net-ShortCut-Keys 1/3

You might also like