I want to know the shortcut keys to access from Code-Behind to aspx and aspx to Code-Behind pages.
aspx page must specify to inherit from the code-behind base class. To do this, use the Inherits attribute for the @ Page directive. The . aspx page inherits from the code-behind class, and the code-behind class inherits from the Page class.
Ctrl-Shift-F is used to find all the ocuurance of a string with in entire solution and display find result window as shown below. Ctrl-F is used to find a string in the current document, project and all open documents one by one.
A rather clear reply
From .ASPX page to code behind press F7
From CodeBehind to ASPX Page press Shift+F7
When .aspx page is shown, Designer view is shown by default. To see the source code, click "source" tab at bottom. Or use Ctrl+PageUp/PageDown keys to cycle through source, split and designer view.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With