My posts tagged with "Visual Studio 2008"(RSS)

Tip #12: Did you know..How to create an IIS Virtual Directory from within Visual Web Developer?

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...

Tip #11 Did you know… New Style builder can be invoked from various other tool windows in Visual Web Developer.

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...

Tip #10 Did you know… Visual Web Developer 2008 has a New Style Builder Dialog?

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...

Tip #9 Did you know … You can also register your ASP.NET Web User Controls in Web.config?

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...

Tip #8 Did you know … How to create an ASP.NET Web User Control and include it in your web page?

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...

Tip #7 Did you know… How to Sort data using a ListView control?

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...

Tip #6 Did you know…About the “Tag Navigator” feature?

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...

Tip #5 Did you know… How to Databind a ListView control?

ListView control is a new data control that is available with Visual Studio  2008. Using this control you can easily do Insertion, Deletion, Editing, Paging and Sorting of Data. This controls also gives you the flexibility of displaying data in various...

« First ...  « Previous  2 3 4 5 6

Microsoft Communities