Entry
Visual Studio: ASP.net: Control: View: All: How to show all controls on your ASP.NET page?
Jan 13th, 2004 17:10
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 31 December 2003 - 01:58 am -------------------
Visual Studio: ASP.net: Control: View: All: How to show all controls
on your ASP.NET page?
---
Steps: Overview:
1. -Open an Microsoft ASP.NET application
2. -Goto the .aspx page involved
(e.g. by clicking on the tab)
1. e.g. Webform.aspx
3. -Make sure there are some controls
(e.g. buttons)
on this page
4. -Right click on the form
5. -select from list 'Synchronize Document Outline'
1. This will open on the left side a window
showing all the controls on that form
e.g.
Label1
Hyperlink7
Image6
Hyperlink6
...
2. If you click on that name of that control
the cursor will jump to that control on
the form (and also open its properties window)
e.g. click on 'Label1' text in this tree,
and the that control 'Label1'
will be highlighted
----------------------------------------------------------------------