asp:repeater – headers at section change
is there any way to bring up a subheader row at changes in a field in an databound asp:repeater control e.g.
is there any way to bring up a subheader row at changes in a field in an databound asp:repeater control e.g.
I have 3 levels deep repeters which bind to the following:
In asp.net I have a table in database containing questions,date of submission and answers.On page load only questions appear.now i want to use any link which on clicking show answers and date specified in table data, either in textbox or label and clicking again on that link answer disappear again like expand and shrink on click.
So what coding should i use for this in C#?
I have a UserControl inside a repeater. The repeater’s datasource is from SQL Server.
I have a repeater, which is bound on preRender with items. In the Item template each row has a check box. This works fine.
Hi I have to display hierarchical information (which has four levels) within a repeater. For this I decided to use the nested repeater control.
I found this article on MSDN, http://support.microsoft.com/kb/306154 which shows how to use nested repeaters for two levels of information.
Can someone please help me extend this to four levels?
A sample code would be much appriciated. Thank you.
I have a Repeater control on ASPX-page defined like this:
I’m using an ASP.NET Repeater to display the contents of a <table>. It looks something like this:
I have an ASP.NET page that uses a repeater nested within another repeater to generate a listing of data. It’s to the effect of the following:
I’m making an asp.page that will display hierarchical information about company assets.