Variable repeater columns
I have an objectdatasource which i want to bind to a repeater.
the problem is, I cannot work out how to display a variable amount of columns with a variable amount of rows.
I have an objectdatasource which i want to bind to a repeater.
the problem is, I cannot work out how to display a variable amount of columns with a variable amount of rows.
I am putting a DropDownList with AutoPostBack inside a Repeater.
(The ListItems are populated on the repeater’s ItemDataBound)
I’m trying to build a HTML table using an ASP repeater:
I have a problem whereby the viewstate of a repeater i.e. the controls within the repeater are not maintaing their viewstate.
I use a Repeater Control for showing the data in my WebSite. I use a HyperLink in the Repeater Control for showing one field of my table in the database.
I want to get at the item that is being data bound, during the ItemDataBound event of an asp:repeater.
Can somebody explain to me how to hide a repeater column based on the user privileges.
I haven’t used repeaters for much more than showing data from a datatable.
I’m trying to find the values of TextBoxes which are rendered in a Repeater though a UserControl, i.e. the Repeater has a Placeholder for the UserControl, and inside the UserControl is where the TextBox markup actually exists. I’ve done this before with TextBoxes directly inside of a Repeater before, which was fairly straight forward, and I’m wondering why this apparently can’t be accomplished the same way. Here is the Default page with the Repeater, which contains a Placeholder…
Say I have this repeater which makes use of a public function called Test in the code-behind.