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 492649
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T02:08:03+00:00 2026-05-13T02:08:03+00:00

I have a repeater and it looks like this heading1 A B C D

  • 0

I have a repeater and it looks like this

heading1

A
B
C
D

=====

Heading2

E
F
G
H

both of these two are interconnected and when I am clicking on Heading1 or heading2 it is creating a combine query string for. e.g.

when i click on A
Querystring: default.aspx?Heading1=A
When I click on B
QueryString: default.aspx?Heading1=A&Heading1=B
When I click on E
QueryString: default.aspx?Heading1=A&Heading1=B&Heading2=E

The thing is values in Heading1 and heading2 are dynamic any idea how to acheive this?

Thanks,

  • 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-05-13T02:08:03+00:00Added an answer on May 13, 2026 at 2:08 am

    Use the OnItemDataBound event handler and make the link an ASP.NET Hyperlink component, that way you can then get the values you wish to put into the query string from the Item.DataItem parameter and simply append then to the Link.NavigateUrl property. e.g.

    protected void Repeater1_ItemDataBound(Sender As Object, e As RepeaterItemEventArgs)
    {
        ((HyperLink) e.Item.FindControl("HyperLink1")).NavigateUrl += "?Heading1=" + (([cast type]) e.Item.DataItem).item1...;
    {
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have asp repeater which looks like this <asp:Repeater runat=server ID=Repeater1> <HeaderTemplate> <table border=1>
I have two repeaters that looks like this : Arrange By: Name | Age
I have two databases. My source looks like this: FirstTable ------ TestingData ----------- Test
I have a repeater of div's that look a little bit like this: <div
I have Repeater Control and in that i have code like this <div runat=server
I have a nested repeater control. Here is what the HTML looks like: <ItemTemplate>
I have a C structure that looks like this typedef struct event_queue{ Event* event;
I have a 9-patch image file which looks like this: When I use it
I have some nicely-structured data that looks like this: CREATE TABLE SourceBodyPartColors ( person_ID
I have a file which looks like this (3 columns and n number of

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.