Articles




Implementing New Virtual Earth Map Control in ASP.NET
Submitted by Mustafa Basgun
Posted on August 15th, 2008
Demonstrates how to implement the new Virtual Earth Map control (which was released with the July 2008 CTP of Live Tools) into an ASP.NET page. - Read More

Will ASP.NET MVC Be The Main Web UI Platform for ASP.NET?
Written by Joe Stagner
Written on July 18th, 2008
Answers to some questions about the futures of Webforms and MVC. - Read More

Alternating Styles in ListView Without AlternatingItemTemplate
Written by Bertrand Le Roy
Written on July 23rd, 2008
Explains how to style a ListView control by utilizing Container.DataItemIndex property instead of using AlternatingItemTemplate. - Read More

Adding Dynamic OnClick Event and Tooltip to ListView
Submitted by Mustafa Basgun
Posted on July 27th, 2008
Describes how to put tooltips and add dynamic OnClick events to the items (rows) of a ListView control. - Read More

Maintain Scrollbar Position Inside UpdatePanel After Partial PostBack
Submitted by Mustafa Basgun
Posted on July 27th, 2008
If there is a scrollbar’ed Panel control inside an UpdatePanel, it looses its scrollbar position after any type of partial postback within that UpdatePanel. This article shows a short code sample to avoid this. - Read More

Rule The Back Button of A Browser by ASP.NET
Submitted by Mustafa Basgun
Posted on July 27th, 2008
Explains an IE based workaround to manage the back button of a browser in ASP.NET applications. - Read More

Exploring ListView Control in ASP.NET 3.5
Submitted by Mustafa Basgun
Posted on July 27th, 2008
ListView is one of the new data controls that was shipped with the release of ASP.NET 3.5. It displays the values from a data source by utilizing user-defined templates. - Read More

Freezing GridView Column Headers Using Only CSS
Submitted by Matt Berseth
Posted on July 23rd, 2008
Describes how to use CSS to freeze (lock) the header row a GridView control. - Read More

How To Show Header and Footer Rows in an Empty GridView
Submitted by Matt Berseth
Posted on July 23rd, 2008
Explains how to show header and footer rows of a GridView when it is empty by subclassing the GridView control. - Read More

Rendering a Gmail-like Loading Indicator Over a Specific ASP.NET Control
Submitted by Matt Berseth
Posted on July 23rd, 2008
Discusses how to use UpdatePanelAnimationExtender to place a loading indicator over a GridView control. - Read More

Quick SQL Tip - Order By 1 Desc
Submitted by Matt Berseth
Posted on July 23rd, 2008
Instead of specifying the name or column alias in a SQL Server Order By expression, you can optionally use an integer representing the position of the column name or alias within the select list you want to sort by. - Read More

Using Unit Test in Visual Studio 2008 Professional
Submitted by Bashar Kokash
Posted on July 20th, 2008
When testing applications, there are many test options that all aim to check the software to verify that it satisfies its requirements and also to detect defects. This article will show how to use unit tests in Visual Studio 2008 Professional. - Read More

© 2008 - Some Rights Reserved. - Terms and Credits - Contact Form - Advertising - Admin Login - About - News