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
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.
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.
I\'m SO close, but so far. I\'ve got two tables, one for publication details, the other for the categories adjacency list.
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
My data comes from a database. I have an item data table with some basic properties. Item { ID, Name,
I have two nested repeaters in my *.aspx page. <asp:Repeater runat=\"server\" id=\"rptMain\"> <ItemTemplate>
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
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.
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.