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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T21:11:37+00:00 2026-05-30T21:11:37+00:00

I have a control that is loaded dynamically and contains a repeater amongst other

  • 0

I have a control that is loaded dynamically and contains a repeater amongst other items such as a group of text boxes.

The control is used for address verification.

The process is:

  1. control displays.
  2. User enters the address info.
  3. page posts back and the control validates the address info against a web service.
  4. If the address isn’t 100%, it displays a list of potential matches. <- this occurs in a repeater. In other words, it is databound in code.
  5. The user checks a box next to the one they want to accept.
  6. page posts back

So far, 1 – 6 work. The problem is that when the page posts back, there are no repeater items.

How can I get the repeater to load it’s items without having to run another databind() operation?

Failing that, how can I run the databind() effectively? In other words, I don’t have the controls street/city/state/zip values during the oninit. So, how can I reapply the viewstate changes?

  • 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-30T21:11:38+00:00Added an answer on May 30, 2026 at 9:11 pm

    Most controls are rendered as HTML form elements like <input type="text" name="myId" id="myId/>.

    Part of Web Forms is really just a wrapper around all of this.

    Whenever you need to get at the raw values, you can just look in the Request.Forms collection for any control values that are posted back with the name of the control you are looking for (which will usually be made up of the unique id that asp.net generates for uniqueness of controls, and your name).

    This is exactly what you did – you went through the Forms collection looking at the raw form values that were POSTed to the server. It’s also what you often do when you implement the IPostBackDataHandler interface when creating your own controls – you scoop the value out of Request.Forms.

    The annoying thing with checkboxes is that with “standard” HTML they only get submitted if they are ticked.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a control bar on my application that has popovers with dynamically loaded
I have a popup that contains a TabNavigator control. The tabs are dynamically added
I have a ASPX Page that contains several user controls, which are loaded dynamically
I have a gridview control that can get loaded with multiple pages worth of
I have created a web user control (MemberDetails.ascx) which is loaded dynamically on a
I have an Ajax control that is loaded into a Yahoo popup using jQuery.
I have a Menu control that I dynamically populate with categories. When a user
In my WPF app, I have particular Window which contains, amongst other controls, a
I have a user control which is being loaded to the page dynamically after
I have a composite control that contains a different set of child controls based

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.