I am writing an ASP.NET application (using Visual Studio.NET 2003) to display some information out of a database. Some of the column headers are sorted into subgroups and as a result, the table ...
I've got a databound repeater control that is (bizzarly) showing the result set <B>twice</B>. (In other words, the repeater control cycles through the data items and then, after the last item, goes ...