On May 30, 10:23 am, Robert Smith
<RobertSm...@discussions.microsoft.com> wrote:
> Hi,
> I wish to create a repeater control in c#.net that allows for the
[quoted text clipped - 3 lines]
>
> Robert
why you want to use a repeater and not a grid for example?
what you mean with selection, you can use a checkbox column and when
checked you change the Css of the row, this is an indication of
"selection"
Robert Smith - 30 May 2008 17:14 GMT
Hi Ignacio,
I wish to use a repeater because it is lighter than a gridview
and my supervisor recommended it.
> On May 30, 10:23 am, Robert Smith
> <RobertSm...@discussions.microsoft.com> wrote:
[quoted text clipped - 11 lines]
> checked you change the Css of the row, this is an indication of
> "selection"
Peter Bromberg [C# MVP] - 30 May 2008 19:20 GMT
A Gridview isn't always "lighter" or heavier that a Repeater; it depends
what you have in the control, how many rows and columns, and how many child
controls. Besides Gridview already has all the stuff you need, and since
your supervisor is asking you to reinvent the wheel by using a Repeater,
there's a pretty good chance he / /she is a real moron.
Peter
> Hi Ignacio,
> I wish to use a repeater because it is lighter than a gridview
[quoted text clipped - 15 lines]
>> checked you change the Css of the row, this is an indication of
>> "selection"