Oct 20, 2008
There is a Tools –>Options setting under Text Editor –> CSS –> Format Node which helps you change the default CSS Format settings. This dialog gives you the flexibility of setting the default CSS Formatting styles in any of ...
0 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioCSSCSS and HTML
Oct 15, 2008
To run a page in Debug mode you will have to choose Debug –> Start Debugging or just press F5 . Debugging support is not enabled by default and if you have not run the debugger before on this web site, you will need to configure it. This is internally...
0 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioDevelopmentASP.NET
Oct 08, 2008
Here are the steps on how to create a Local IIS Virtual Directory.To start with you should have IIS installed on your box. Step1: Go to File Menu->Click on New Web Site. Step2: Click on the Browse button in the New Web Site dialog. This will bring...
0 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioIISASP.NET
Oct 02, 2008
Tip#10 spoke about the New Style Builder Dialog. There are various other entry points to this dialog. You can invoke it from the following places from the IDE: CSS Properties Tool Window: Bring up the CSS properties dialog by selecting View –>CSS...
0 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioCSSCSS and HTML
Sep 30, 2008
Not sure if everyone knows of the various options that there are for communicating with Microsoft so I wanted to let you know about some of them here. Bugs or problems You can log these on the various forums that we have, the forums are found here . ...
1 comments
Tags: ASP.NETIISVisual Studio.NETMicrosoft
Sep 29, 2008
Not sure how many people are planning on attending the PDC (Professional Developers Conference) this year, but it is going to be a fantastic conference. We announced some huge announcements on the PDC web site. http://www.microsoftpdc.com/ We have...
1 comments
Tags: ASP.NETIISSilverlightVisual Studio.NETIIS7VistaWindowsAJAXIE8MVCADO.NETLive MeshMobile
Sep 25, 2008
Visual Studio 2008 has a New Style builder dialog. This dialog box helps you design new styles and also preview it at the same time. Using this dialog, you can create a style which can live in current page, an existing external style sheet or a new external...
0 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioCSSCSS and HTMLReshmi Mangalore
Sep 15, 2008
In Tip#8 we saw how to create a Web User control, register a Web User Control and use the Web User control in your page. Note that VS added a @Register directive right at the top of the page on drag drop of the user control on to your page. But in future...
0 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioASP.NET