Contents tagged with Designer
-
Tip#97: Did you know… How to Display Hidden Information in Design View
The design view in Visual Studio can display glyphs and borders for the hidden non - graphic elements (such as div, span, form, and script elements). This feature helps you to see where the elements are and avoid inadvertently deleting the non-graphic elements from your page while editing.
-
Tip #76: Did you know… How to hide a non-visual control in your designer?
-
Tip #74: Did you know…How to Add and Remove AJAX Extenders in Visual Studio 2008 Designer?
Tip#62 showed you how to add an AJAX Control Toolkit to your Toolbox.
-
Tip #69: Did you know…The keyboard shortcut for View in Browser?
-
Tip #68 Did you know… How simple it is to attach an existing style sheet to your web page?
-
Tip # 53: Did you know... How to edit the templates for gridview in VS designer?
Gridview control has the flexibility to be configured how it's rendered using templates. Following steps show how the control's edit template can be changed in the Visual Studio Designer.
-
Tip #50: Did you know…How to absolute position the controls in Visual Studio Designer?
Absolute positioning control(s) in the designer can seem confusing at first until you learn the visual cues. You can do one of the following two possible actions by dragging the control in the designer.
-
Tip # 30: Did you know... Ajax Extender controls UI behaves differently in VS 2008 than in VS 2005
In VS 2005, you can drag and drop an extender control anywhere on the design surface. However, in VS 2008, you can drop an extender only on an ASP control which the extender can extend its functionality. When you drag an extender and hover it over a control, if the control can support the extender, you would see the cursor turn into a plus (+) sign. If you hover an extender over the blank design surface, or over a control which is not supported by the extender, the cursor will turn into a stop sign which indicates that it can't be dropped at that position.
-
Tip #19: Did you know…How to set the default view to Design view?
Source View is the default view for the IDE when you edit a Web page. You can customize the IDE so that Design View is the default.
-
Tip #18: Did you know…How to absolute position controls on copy paste or drag drop from Toolbox?