I have the following HiddenField within a Repeater labeled \"Ad开发者_开发知识库minGetAllRPT\":
I\'m trying to create a repeater control bound with data of my database. This should be use with a BLL.
I have a repeater which nests one or more custom control instances.Each custom control instance has a drop down and a button called \"Update\".
I have a repeater control that displays a playlist for my users, this control can sometimes hold say 1000 or more songs.This is a great feature, I was previously using jQuery to do client side sorting
I am trying to either开发者_高级运维 disable / hide the lnkDelete button that is located inside repeater control. I used this method, however I get an error message:
I\'ve got this repeater on My .aspx page : <asp:Repeater ID=\"RptCart\" runat=\"server\" OnItemDataBound=\"RptCart_ItemDataBound\"
I am new to Repeater and DataBinding and I need help using it. In PageLoad, I have var photos = from p in MyDataContext.Photos
I am using nested repeaters. I render several groups and every group has members that I need to render out different properties to.
I have the following repeater code: <asp:Repeater ID=\"repMain\" runat=\"server\" OnItemCommand=\"repMain_ItemCommand\" EnableViewState=\"false\">
I have a repeater that is looping a user control, like this: <asp:Repeater ID=\"repItems\" runat=\"server\" EnableViewState=\"false\"