I am getting the following error Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control.
My datasource has an Rating dataItem contains an integer from 0 to 5. I\'d like to print stars accordignly.
Why would a button inside a Repeater not fire the Repeater\'s ItemCommand event? Is there a way to force it to do so? ViewState is Enabled.
I\'m using MS AJAX\'s accordion control. It works fine normally, but I can\'t seem to get it to work with an UpdatePanel. My layout is like this:
Im trying to bind a list with datetime objects to my repeater. if (e.Item.ItemType == ListItemType.AlternatingItem || e.Item.ItemType == ListItemType.Item)
I have an VS2005 ASP.Net page with a repeater on it of Customers. The following shows up in theof the repeater:
For example, we have 19 items on the repeater datasource. And we wanted to separate them usingby 5 items.
I\'ve got a repeater which is pl开发者_运维知识库aced inside an updatepanel. When the user enters a new value, the repeater is updated without a postback. Is it possible to get the row that was update
<%@ Register Src=\"~/Controls/PressFileDownload.ascx\" TagName=\"pfd\" TagPrefix=\"uc1\" %> <asp:Repeater id=\"Repeater1\" runat=\"Server\" OnItemDataBound=\"RPTLayer_OnItemDataBound\">
I have an ASP.NET page with code-behind in VB.NET. On the ASPX page I have a Repeater with an asp:ImageButton inside the repeater and I want to catch the clicks on the button. As far as I read I have