Possible ASP.NET Repeater bugs

D

Dave Friedel

I bind a dataset to the repeater during which I systematically turn items
(e.Item.Visible) off that do not meet criteria. This works properly but if
another control on the page does a postback - the items that were marked
Visible= False appear. I do not believe this is properly functioning.

Another bug is when the repeater is used in conjunction with a table. I
want to repeat table rows. While this operates fine if the Table does not
have an ID assigned to it, once an ID is placed in the table ASP.NET reports
that the repeater is an invalid object within the table structure.

For example the following works as expected:
<Table>
<asp:repeater>
<tr ID><td></td></tr>
</asp:repeater>
</Table>

For example the following fails:
<Table ID="MyTable">
<asp:repeater>
<tr ID><td></td></tr>
</asp:repeater>
</Table>

Pardon the abbreviation above.

regards,
Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top