All Tags »
ASP.NET »
ListView »
.NET »
Templates (RSS)
Sorry, but there are no more tags available to filter with.
-
I've been working with the new ListView control in ASP.NET 3.5 combining it with LINQ and Lambda expressions and was finding myself duplicating a lot of code between ItemTemplate and AlternatingItemTemplate templates (I'll be posting the sample application that demonstrates using LINQ, Lambdas and Stored Procedures soon). The ...