Ask a Question related to ASP.NET General, Design and Development.
-
William F. Robertson, Jr. #1
Re: Sorting Repeater
Look into the DataGrid class. It has sorting as a functionality of it.
bill
"Srini" <rsrinivasanhome@yahoo.com> wrote in message
news:799b01c344ae$cdd5e050$a401280a@phx.gbl...> Hi all,
> Has anyone implemented a repeater with column based
> sorting . When the column headers are clicked I want the
> repeater to be sorted. Could anyone tell give me the
> location of a sample.
>
> Regards,
> Srini
William F. Robertson, Jr. Guest
-
Sorting array vs sorting paginated array
....pulling in a long list of photos in a gallery, and I have a sort function working within the pages of data fine. I need to bring it back out of... -
problems with Repeater
Hi, Does a Repeater somehow influence data-bindings? I use exactly the same syntax for data-bindings to the same data in 2 components: One... -
Repeater
Why is the repeater displaying only the first 14 items, when my table has 27 items. <%@ Page language="c#" AutoEventWireup="true" %> <%@... -
Help with Dynamic repeater...
Hi I have a page that displays business listings. I have a repeater with dynamic text and in the 4th column I have an email and website link. Both... -
Repeater Sorting
Hi everybody, Could you give a sample to implement column sorting with a ASP.NET repeater control. Regards, Srini



Reply With Quote

