Error!
Success!

By tag: repeater

showing:  of
0
kicks

Hacking the ASP.NET Parser  (Unpublished)

A while ago I blogged about using external templates in an asp.net application. The problem with that was it wasn’t natively supported, so I had to create a derived SpecialRepeater in order to take advantage of the external template system. In this latest parser hack I’ve managed to “trick” the asp....


Kicked By:
Drop Kicked By:
0
kicks

Code Based Repeater for ASP.NET MVC  (Unpublished)

A foreach loop doesn’t help you handle alternating items, for example. My response to this story is, “The foreach loop is not our repeater control. Our repeater control is an iterating extension method with lambdas!”. Because who doesn’t love lambdas?


Kicked By:
Drop Kicked By:
0
kicks

Creating a scrollable and grouped Repeater Layout  (Unpublished)

A couple of people asked me today about a layout I put together for an application. The layout is bascially a scrollable and grouped repeater that looks a little like a ListView control in WinForms. This sort of layout can be great for longer lists when paging is not really the right choice - a comm...


Kicked By:
Drop Kicked By:
0
kicks

ASP.NET Repeater control instead of grid  (Unpublished)

Simple example on how to tie event handlers to a specific row in a repeater


Kicked By:
Drop Kicked By:
0
kicks

ASP.NET AJAX Repeater  (Unpublished)

Data Bound Templated Control with ASP.NET AJAX


Kicked By:
Drop Kicked By:
0
kicks

The Easy Way To Alternate Background Colours on a Repeater  (Unpublished)

If you want to alternate background colours on a Repeater control without having to create an AlternatingItemTemplate, try out this little shortcut.


Kicked By:
Drop Kicked By:
0
kicks

Add paging to a repeater  (Unpublished)

An example of how we can add paging to a repeater control by using a PagedDataSource.


Kicked By:
Drop Kicked By:
0
kicks

Restricting the number of rows in a dataview when binding to a repeate  (Unpublished)

Using IEnumerable to limit the number of rows in a DataView when binding to a repeater.


Kicked By:
Drop Kicked By: