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 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
Sep 11, 2008
Creating an ASP.NET Web User Control is as simple as creating an ASP.NET Page using Visual Web Developer. Here are the steps: 1. Open up an existing Website to which you want to add the user control. 2. Right Click on the Website context menu...
0 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioASP.NETReshmi Mangalore
Sep 01, 2008
ListView control has built in capability to sort data. Please refer to Tip#5 to get started with Databinding of list view control. Once that is done, we can move on to sorting the ListView data with the following steps. 1. Add a button control inside...
0 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioASP.NET
Aug 26, 2008
One of the cool features in Visual studio is the Tag navigator which is available both in design and source view modes. The tag navigator appears at the bottom of HTML Editor. Here is how it looks when you open up a page in Visual Studio: In the picture...
0 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioCSS and HTML