I have an ASP.NET page that uses a repeater to populate a grid. There will eventually be a dozen or so columns, one of which is a linkbutton that does a postback (it removes the row). The rest of the
I have a repeater inside a repeater. Where the parent repeater is bound 开发者_如何转开发to a Datatble which has a column with a Datatable in it.
I hope someone can help me. It\'s a pretty newbie question, I\'m afraid. I have an image inside a repeater, and I would like to change its IMAGEURL based on parameter that\'s being passed to it.
I have a repeater.. and in my repeater i have a link that fires some JS. I would like to pass the itemIndex of the datasource in the JS.
I want to put <br> tag only in front of 6th item. how can I do this? <asp:Repeater ID=\"rptWinner\" runat=\"server\">
I have a data rep开发者_开发问答eater in ASP.NET page. It loads lots of stuff and its taking 4 - 5 seconds to display images. I can\' t page or get a part of items i need to display all of the data so
I\'m developing a social network using Microsoft Technologies. I want to make a Wall similar to the one in Facebbok. What is the best way to do it and display comments ? Repeaters ? I\'m using classic
I have an aspx form containing many individual controls like and one repeater control. The repeater control items are basically having dropdowns, textboxes etc. next to each other.
Here is my code-behind, this adds the \"OakTreeName\" to the datarepeater. There\'s about 200 of them.
I have a repeater control bound to a collection of objects. When I fire off the button_onclick event, I need to have access to the dataitem to get the object properties. Here is what I have and my que