Tagged Questions
The asprepeater tag has no wiki summary.
1
vote
2answers
197 views
Maintaining viewstate of a repeater
I have a problem whereby the viewstate of a repeater i.e. the controls within the repeater are not maintaing their viewstate.
I have the following:
Repeater 1:
<asp:Repeater ID="rptImages" ...
1
vote
1answer
42 views
How do I access properties of non-fired LinkButtons in an ASP RepeaterControl?
I have a navigation bar which is dynamically populated with LinkButtons by an ASP repeaterControl.
I have no problem accessing, and setting properties for the clicked LinkButton. This I can do using ...
1
vote
2answers
548 views
Why won't DataBinder.Eval work
I am trying to create a simple menu system using repeaters. In the system I want to use a different formatting for class sub items and am trying to use an If that checks the DataBinders results and ...
0
votes
2answers
63 views
How to keep jquery selector alive after ajax refresh
I need a solution for the following problem.
I am using jquery odd selector to add a css to every odd item in a asp:repeater.
$(".item:odd").attr("class", "item odd");
After I do an ajax call ...
0
votes
1answer
65 views
Asp.net repeater control data duplicated when use multiple times binding
I am using asp.net 2008 repeater control. I am trying to refresh the repeater control when a button is clicked, it shows me duplicated values, that means its appending the same values once again. Here ...
0
votes
1answer
58 views
How to add a RepeaterItem to an asp:Repeater using the Controls() method
I have declared an asp:Repeater on my page with ID="AnswersRepeater". I am calling the below segment of code when the user clicks a button on the page to load additional data from a DataSet denoted as ...
0
votes
1answer
62 views
Which event of repeater control fires at the time of page_init or page_load?
I have a scenario like facebook wall where I need to display image of user in repeater control who posted.
I have tried myrepeater_ItemCommand1 or myrepeater_ItemDataBound but not working.
Code ...
0
votes
1answer
36 views
Interrupt repeater to add advertisement and continue with the repeater
Between the comments and blog entries i want to add some stuff to earn some money :D
I use
<asp:repeater>
</asp:repeater>
To write out all the blog entries.
Is it possible in some way ...
0
votes
1answer
77 views
Javascript :checked function with a repeater in ASP.NET
I am currently working on a project that needs to forward an email to every selected customer inside a repeater. I am working with a checkbox that I assign the email-address as value inside an asp ...
0
votes
0answers
133 views
menu navigation and asp :repeater c#
I ahve a requirement where i must use an asp:repeater control in asp.net shopping cart application my question is how from the table below do i reproduce the html shown in the markup below I am using ...
0
votes
0answers
70 views
asp:datalist within asp:repeater not allowing edit mode
Good Morning Everyone, this is my first time posting...
I have a asp:datalist that is nested within an asp:repeater. This repeater is then inside a custom control that binds data to the repeater. ...
0
votes
2answers
138 views
How to use data bound value to form unique identifier for item control?
I know that we can bind the data to each control within ItemTemplate as follow:
<ItemTemplate>
<asp:TextBox runat="server"
Text='<%# Eval("LabelText") %>' />
...
0
votes
1answer
225 views
Disabling ViewState for asp:Repeater increases load time?
I have an asp:Repeater that is data bound to a collection of items once a button is clicked. Standard fare. However, if I DISABLE ViewState for the repeater, the time it takes to load the repeater ...
0
votes
1answer
128 views
Binding Data to server controls in asp:repeater
I would like to have a repeater control bound to method and display the result as a list of linkbuttons, but I can't get by head around it. This is what I've tried:
In the asp page I have:
...
0
votes
2answers
280 views
How to take one dataset/datatable and print nested content?
I have a DataTable with the following content:
Category Vehicle_Num
Minivan 1
Minivan 2
Minivan 3
Caravan 1
Caravan 6
5door 1
5door 3
etc...
I want to print ...
0
votes
2answers
90 views
Formatting columns inside of an ASP Repeater
I'm using an ASP repeater on my page, and I want it to create a 3 column grid. In my HTML page, I use a class which sets the third column so that it fits. Basically, the first 2 columns have a ...
0
votes
0answers
148 views
asp:repeater binding problem vb.net examples please
I need to bind to the subgroups repeater in the rgroups repeater to od that im doing the following
Protected Sub rGroups_ItemDataBound(ByVal sender As Object, ByVal e As ...
0
votes
0answers
119 views
asp:repeater binding problem vb.net examples please
i need to bind to the subgroups repeater in the rgroups repeater to od that im doing the following
Protected Sub rGroups_ItemDataBound(ByVal sender As Object, ByVal e As ...
0
votes
1answer
122 views
why cant i find the control txt in this vb.net asp:repeater no matter what i do on rgroups itembound
i cant find the control txt which is a textbox in the repeater i have used the following on rgroups itemdatabound event
------------itemdatabound code
Protected Sub rGroups_ItemDataBound(ByVal ...
0
votes
1answer
177 views
reproduce this in vb.net in an asp:repeater i need to repeat the following
I need to repeat the following in vb.net/asp.net.
<ul id="prod_nav" class="clearfix">
<li class="top"><a href="05-Pink-02-Category-List.html" class="top_link"><span ...
0
votes
2answers
38 views
problem with repeater
while i am running this code an exception is occuring at <%Eval("Firstname")%>.. the exception message is "Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of ...
0
votes
2answers
2k views
Inline IF statement for ItemIndex asp:Repeater VB.NET
I am trying to do an inline IF statement inside a asp:Repeater control to add a class to the first item, but I can't quite seem to figure it out.
Basically the code I have right now that is not ...
-1
votes
2answers
119 views
how do i view the asp:textbox inside rgroups repeater neeed soulition in vb.net
Why cant i accesss this textbox inside the repeater I have used the following on the rgroups itemdatabind
no matter what i do it says the object cannot be referenced. Please supply any answer in ...