If you are developing a web application, you can switch between design mode split mode and source mode.When you are in source Mode, it will show HTML Tags and Asp.net code and you can manually edit it. You can switch to design mode by clicking the design button. In design mode you can see how your Asp.net page is going to look like when some one view your web page.Any change to source mode will be reflected in design mode and any change to design mode will be reflected to source Mode. Split mode will show both source mode and design mode together.
For windows form and web forms, you can see the file in design mode and source code associated with it. Double click on any form name in solution explorer will open it in design mode. Right click on any form and select the menu option "view code" to view the code associated with the form.
For windows form and web forms, you can see the file in design mode and source code associated with it. Double click on any form name in solution explorer will open it in design mode. Right click on any form and select the menu option "view code" to view the code associated with the form.
No comments:
Post a Comment