Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 868 results for
repeater
- Page 1
Repeater in repeater (no postback,ajax based webapp)
Programming
Web Development
14 Years Ago
by PierlucSS
…gt; <Itemtemplate> <asp:
Repeater
runat="server" datasource='<%# Eval…> //property of WebPage (part of results
repeater
) <td><%# Eval("Title…> //property of WebPage (part of results
repeater
) <td><%# Eval("Url…
Re: Repeater in repeater (no postback,ajax based webapp)
Programming
Web Development
14 Years Ago
by kad1r
First in page_load event you must fill first
repeater
. After that in first
repeater
itemdatabound fill second
repeater
. In itemdatabound you need to define second
repeater
like: [CODE]
Repeater
secondone = e.item.findcontrol("secondone") as
Repeater
;[/CODE]
Re: repeater inside a gridview
Programming
Web Development
14 Years Ago
by kvprajapati
…lt;/p> </ItemTemplate> </asp:
Repeater
> </ItemTemplate> </asp:TemplateField&….RowDataBound += (sa, ea) => {
Repeater
repeater
= (
Repeater
)ea.Row.Cells[1].FindControl("Repeater1"); if…
Repeater does not return entered data
Programming
Web Development
12 Years Ago
by Argo54325
… and textboxes. In my case I have a
repeater
with two items in it. The first items … load while other controls in the the second
repeater
item works fine. I've been searching for…that resets controls not related to the
repeater
... // code that checks a value on each
repeater
item if(!IsPostBack) { binddata(); …
Repeater table problems
Programming
Web Development
15 Years Ago
by squirell
…3')", conPubs ) conPubs.Open() dtrAuthors = cmdSelect.ExecuteReader() ' Bind to
Repeater
rptAuthors.DataSource = dtrAuthors rptAuthors.DataBind() dtrAuthors.Close() conPubs.Close() End…> </table> </FooterTemplate> </asp:
Repeater
> </form> </body> </html&…
Re: Repeater inside Repeater button
Programming
Web Development
14 Years Ago
by pritesh2010
…; </tr> <tr> <asp:
Repeater
ID="Repeater3" runat="server"> <… /> </td> </ItemTemplate> </asp:
Repeater
> </tr> </ItemTemplate> <FooterTemplate>…
Re: Repeater inside Repeater button
Programming
Web Development
14 Years Ago
by pritesh2010
…; </tr> <tr> <asp:
Repeater
ID="Repeater3" runat="server"> <… /> </td> </ItemTemplate> </asp:
Repeater
> </tr> </ItemTemplate> <FooterTemplate>…
repeater row highlight does not persist after postback
Programming
Web Development
13 Years Ago
by artemisxx
… show, and i made all the labels inside the
repeater
as associatedcontrols of the linkbutton. So the texts inside… the
repeater
all kind of serve as linkbuttons. I know that…T0.CngClass('t0');"> then the itemtemplate of the
repeater
looks like this: <ItemTemplate> <tr …
Repeater with Object as Value
Programming
Software Development
19 Years Ago
by Lacuna
…hashtable that i have populated with objects using the
repeater
control. For each iteration i wish to output the….myRepeater.DataBind(); [/code] ASP html [code] <asp:
repeater
id=myRepeater runat="server"> <ItemTemplate>… </DIV> </ItemTemplate> </asp:
repeater
> [/code] ~ Lacuna
Repeater FindControl with error "Object reference not set to an instance of an objec"
Programming
Web Development
15 Years Ago
by boycuoi
I want to invisible a imgbutton in
repeater
when username not admin.So here my code Check username … Sub[/CODE] and I call function in : [CODE] <asp:
Repeater
ID=Rpt1 runat=server OnItemDataBound="CheckUS">[/CODE…: End Try [/CODE] Error in load data and bind to
repeater
. So I need some advices.Thank 4 ur read.
Re: Repeater inside Repeater button
Programming
Web Development
14 Years Ago
by pritesh2010
…the problem how to use button event inside a
repeater
. when i click up.down with this code for…else tell me code how to use button inside a
repeater
.[CODE] If e.Item.ItemType = ListItemType.Item Then…ItemIndex.ToString() End If ''this is done ItemDataBound event of
repeater
[/CODE] [CODE] Sub btnup_Click(ByVal sender As Object, …
Re: repeater control
Programming
Web Development
11 Years Ago
by JorgeM
…its purpose is to give you an idea.... <asp:
Repeater
ID="Repeater1" runat="server"> &…</ItemTemplate> </asp:
Repeater
> Of course, you need to tie the
repeater
to a data source and reference…while others have the link info. Then, in your
repeater
, evaluate this field and if there is nothing to …
Re: Repeater inside Repeater button
Programming
Web Development
14 Years Ago
by kad1r
You should use ItemCommand event for
repeater
. Add itemcommandname or commandname to button and in
repeater
itemcommand if(e.command == button_command_name){}
Re: Repeater inside Repeater button
Programming
Web Development
14 Years Ago
by pritesh2010
[QUOTE=kad1r;1282619]You should use ItemCommand event for
repeater
. Add itemcommandname or commandname to button and in
repeater
itemcommand if(e.command == button_command_name){}[/QUOTE] can you tell me some brif how to use i didn't understood about your post in ItemCommand give some e.g for this Thanks buddy for help
repeater inside a gridview
Programming
Web Development
14 Years Ago
by aniperiye
hiiii i am aneesh...my doubt is how we can insert a
repeater
inside a gridview??? i want to put all
repeater
in one column of gridview. how it can achieve???? i am totally confused please give me a solution...
Repeater inside Repeater button
Programming
Web Development
14 Years Ago
by pritesh2010
…"]this[/URL] now i'm moing further in this
repeater
i want button for delete and Update. i had try…
Re: Repeater inside Repeater button
Programming
Web Development
14 Years Ago
by rohand
…"]this[/URL] now i'm moing further in this
repeater
i want button for delete and Update. i had try…
Re: Repeater inside Repeater button
Programming
Web Development
14 Years Ago
by kad1r
You can check using sessions if admin or he/she. Maybe you can use like this. If admin session is admin, if others session is user. In
repeater
itemdatabound you should control the session and define your button and textbox. If session is admin show delete button, else show edit button. Just it.
Repeater,datalist, datagrid
Programming
Web Development
18 Years Ago
by superhuman
How do you distinguish
repeater
,datalist and datagrid?
Repeater control on Mac PC
Programming
Web Development
16 Years Ago
by C#Novice
… a number of sub questions (say 6). I created a
repeater
to accomplish this. SOme Main questions may have only 2…
repeater control
Programming
Web Development
11 Years Ago
by uv4u
Hi , i am working on a web project , and there is a page where i have to display news. i am using
repeater
control , and it is working fine , but i want to add a "read more" link on long posts , i searched a lot , but dnt get any idea , could u help me in this?????
Literal vs Repeater/Datalist for 2 values
Programming
Web Development
17 Years Ago
by SheSaidImaPregy
…; </asp:Literal> () <asp:
Repeater
ID="CelebStories" runat="server">…;/FooterTemplate> </asp:
Repeater
> or Below (
Repeater
): <asp:
Repeater
ID="StoryHeader" runat… </ItemTemplate> </asp:
Repeater
> () <asp:
Repeater
ID="CelebStories" runat="…
Values not being returned server side from nested repeater
Programming
Web Development
14 Years Ago
by G_Waddell
….net site written in VB.net i.e.
Repeater
1 Category
Repeater
2 Project
Repeater
3 Task In the task items, I have…> </asp:Placeholder > </ItemTemplate> </asp:
Repeater
> </TBody> </table> </td>…
Dynamic Repeater
Programming
Software Development
7 Years Ago
by k99rs
…In its item template it has another dynamic
repeater
. This inner
repeater
i cant bind its values. Public Class …Add(dvCheckBoxWrapper) ph.Controls.Add(li) Dim rptList As New
Repeater
() With {.ID = "rptList"} rptList.HeaderTemplate =…
Master Child Display using Nested repeater C#/Oracle
Programming
Web Development
15 Years Ago
by sydneyram
…tr> </ItemTemplate> </asp:
repeater
> [B]Code Behind:[/B] public void …amp; rptProd.Items.Count > IndexNow) {
Repeater
nestedRepeater = (
Repeater
)rptProd.Items[IndexNow].FindControl("rptDetails"); //This …
Re: Literal vs Repeater/Datalist for 2 values
Programming
Web Development
17 Years Ago
by SheSaidImaPregy
Oops, old code. Anyway, I updated it into one literal. If anyone can let me know how to add database values that are databound to the
repeater
into the HeaderTemplate, that would be great. Less times I have to hit the database, the better!
Data Repeater & Joined Queries
Programming
Software Development
14 Years Ago
by GrexP
… on how to display the data. The data
repeater
seems as though it will work in this particular… source and then bound the dataset to the data
repeater
. It works, but the dataset is bound to…t see how to bind controls on the data
repeater
atrun-time. I can bind a data set …to a data
repeater
at run-time, but I can't figure out…
Datagrid inside repeater-simple reference problem
Programming
Web Development
19 Years Ago
by Eclipse414
…quot; runat="server"> <asp:
repeater
id="titleRepeater" runat="server" EnableViewState…<br> </ItemTemplate> </asp:
repeater
></form>[/CODE] codebehind [code] Private MyDataset … to do the same thing for each datagrid inside
repeater
... [code] Dim row As TableRow Dim i As…
Help with hyperlinking repeater to datagrid on same page
Programming
Web Development
18 Years Ago
by sougataroy
I have a
Repeater
control (myrepeater) and a datagrid both bound to the same ….DataBind() Here is how it is setup in the
repeater
: <asp:
Repeater
id="myRepeater" runat="server">…> </FooterTemplate> </asp:
Repeater
> I tried to hypelink the Hyperlink1 in
Repeater
to the datagird: <asp:datagrid…
Horizontal display of data on Repeater control in asp.net
Programming
Web Development
18 Years Ago
by superhuman
…How to bind images and links from database to a
Repeater
control(LINKS-a text on clicking this should navigate to… the third and fourth columns respectively on the same
repeater
control on the same page...[B]Kindly bear in …the database IF THE AFOREMENTIONED ACTIVITY IS NOT POSSIBLE USING
REPEATER
CONTROL OR IF IT IS NOT ADVISABLE,KINDLY SUGGEST …
1
2
3
15
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC