Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8833269
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:44:25+00:00 2026-06-14T08:44:25+00:00

I have a Repeater with a LinkButton for each row. I want to be

  • 0

I have a Repeater with a LinkButton for each row. I want to be able to read the values of some other controls (such as a Label) that are in the same row as the LinkButton. Here is the code I’m currently using, but im not sure what to put in my “Click” method for the linkbutton to get the values of the other controls in my row.

Repeater ItemDataBound

Private Sub Repeater_ItemDataBound(sender As Object, e As System.Web.UI.WebControls.RepeaterItemEventArgs) Handles Repeater.ItemDataBound

   Dim oRow As xsdTable.MyDataTableRow
   Dim RemoveLinkButton As LinkButton

   RemoveLinkButton = e.Item.FindControl("RemoveLinkButton")
   AddHandler RemoveLinkButton.Click, AddressOf RemoveLinkButton_Click

   // Set other Controls Information   

End Sub

RemoveLinkButton Click Event

Public Sub RemoveLinkButton_Click(sender As Object, e As System.EventArgs)

    // Not sure what to do here to get the id for that row and identify the other 
    // controls to get the information from them...

End Sub
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T08:44:26+00:00Added an answer on June 14, 2026 at 8:44 am

    You can use NamingContainer property of the control to get the RepeaterItem:

    Public Sub RemoveLinkButton_Click(sender As Object, e As System.EventArgs)
    
        Dim control = DirectCast(sender, Control)
        Dim item = DirectCast(control.NamingContainer, RepeaterItem)
        ' now use FindControl to get the other controls in this item '
    
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a repeater control that contains an ItemTemplate containing a databound label and
I have Repeater that contains a TextBox and a LinkButton. When the LinkButton is
I have a repeater that has a LinkButton in one of its columns and
I have a Linkbutton inside a repeater and I want to delete the Item
I have Repeater with LinkButton with ID CommandArgument When I click that button, I
In my usercontrol, I have a repeater that contains some data from the DB.
i have a repeater control and on ItemDataBound event i want fetch values in
I have Repeater Control and in that i have code like this <div runat=server
I have a Repeater control that is being bound to the result of a
I have a repeater of div's that look a little bit like this: <div

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.