nested-repeater
dropdownlist's **selected values cannot be duplicate**
I have nested repeater. And in child repeater there is a dropdownlist for each record.This dropdown contains static items that is 1,2,3 and now i want to check the user cannot selected a value twice f[详细]
2023-04-03 05:31 分类:问答nested repeater error: Object reference not set to an instance of an object
I am taking some code that I have used for a nested listview before and trying to make it work with a nested Repeater but I am getting an error.[详细]
2023-03-23 18:06 分类:问答Dynamic data population like stackoverflow comments?
I\'m trying to create a comment system just like SO has, but first, I\'d like to show first 5 comments for a post and show rest if \"display all comments\" is clicked for the desired reply.[详细]
2023-02-15 02:07 分类:问答Displaying partially hierarchical data with nested repeaters
I\'m SO close, but so far. I\'ve got two tables, one for publication details, the other for the categories adjacency list.[详细]
2023-01-19 18:12 分类:问答Nested Repeaters in ASP.NET
I have a class that contains hierarchical data.I want to present this data in my ASP.net webapp using nested repeaters.How do I do this?I\'ve only ever done one level of nesting, how do I do say five[详细]
2023-01-13 17:43 分类:问答ASP.net: More than 2 Nested Repeaters
My data comes from a database. I have an item data table with some basic properties. Item { ID, Name,[详细]
2023-01-12 23:04 分类:问答Anonymous type for nested repeater (ASP .NET)
I have two nested repeaters in my *.aspx page. <asp:Repeater runat=\"server\" id=\"rptMain\"> <ItemTemplate>[详细]
2023-01-11 11:58 分类:问答How to Conditionally determine Number of Data Items of a Nested Repeater Control!
I can use nested repeater to show my grouped data on a page (according to this: http://goo.gl/sH6g). In my case I have Category-Products structure and want to show each category and its products under[详细]
2023-01-05 11:10 分类:问答Repeater within Repeater (ajax based wepapp)
For the solution, I cannot use any postback methods, because this is all working through ajax. The solution need to be implemented in the asp.net code.[详细]
2023-01-04 23:35 分类:问答Repeater in Repeater Databinding (no postback)
For the solution, I cannot use any postback methods, because this is all working through ajax. The solution need to be implemented in the asp.net code.[详细]
2023-01-04 21:14 分类:问答