Welcome to MSDN Blogs Sign in | Join | Help

News

  • These postings are provided "AS IS" with no warranties, and confer no rights. Use of included code samples are subject to the terms specified Terms of Use

September 2008 - Posts

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 Read More...
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 Read More...
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 Read More...
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 Read More...
Page view tracker