|
Opening the Source Editor Topic updated 16-3-2007 |
|
The Source Editor can be opened for a project item that generates source code in the following ways:
All project items that generate source code have the Source menu option.
Opening the Source Editor from other windows There are several ways to open the Source Editor from other windows: Right-click anywhere on a page in the WebForm Designer and choose View Source from the context menu. Double click a specific control in the WebForm Designer, this will open the Source Editor and display the default event of the control. The default event is added to the source code if it wasn't present yet. Click an event in the WebForm Designer's Event Pane.
|