September 2008 - Posts
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...
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...
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...
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...