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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T13:11:29+00:00 2026-06-13T13:11:29+00:00

The problem is described in the title. It does postbacking also when I specifically

  • 0

The problem is described in the title. It does postbacking also when I specifically set AutoPostBack property of the ListBox to false, though it should be like that by default.
ListBox selection mode is set to multiple.

There is a similar question but with a different background.

What am I missing? Is this some well known issue?

Thank you for replying,
please tell if you need the exact code

EDIT:

Here’s the aspx page. Codebehind is much larger, since this page is the target of redirection, please tell if you need additional info from there.

    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ReportsPreviewViewAddParams.aspx.cs" Inherits="Admin_ReportsPreviewViewAddParams" %>

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
</head>
<body>
    <form runat="server">

        <asp:HiddenField ID="SqlSelect" runat="server" />
        <asp:HiddenField ID="SqlColumnSize" runat="server" />
        <asp:HiddenField ID="SqlGroup" runat="server" />
        <asp:HiddenField ID="SqlOrder" runat="server" />
        <asp:HiddenField ID="PageSize" runat="server" />
        <asp:HiddenField ID="SumColumns" runat="server" />

        <asp:Repeater ID="RepeaterInput" runat="server" OnItemDataBound="OnRepeaterItemDataBound" >
            <HeaderTemplate>
                <table>
                <tr><th>
                    <asp:Label ID="LabelHeader" runat="server" Text='<%# Webcom.Configurator.Core.MLPersistentManager.GetKeyValue("Admin.Reports.EnterParams") %>' />
                </th></tr>
            </HeaderTemplate>
            <ItemTemplate>
                <tr>
                    <td>
                        <asp:TextBox ID="TextBoxValueOne" runat="server" AutoPostBack="false" />
                        <asp:ListBox ID="ListBoxControlOne" runat="server" AutoPostBack="false" />
                    </td>
                    <td><asp:Label ID="LabelOperatorOne" runat="server" /></td>
                    <td><asp:Label ID="LabelColumnName" runat="server" /></td>
                    <td><asp:Label ID="LabelOperatorTwo" runat="server" /></td>
                    <td>
                        <asp:TextBox ID="TextBoxValueTwo" runat="server" AutoPostBack="false" />
                        <asp:ListBox ID="ListBoxControlTwo" runat="server" AutoPostBack="false" />
                    </td>
                </tr>
            </ItemTemplate>
            <FooterTemplate>
                </table>
            </FooterTemplate>
        </asp:Repeater>

        <asp:Button ID="buttonSubmit" runat="server" Visible="true" OnClick="OnSubmit" />

    </form>
</body>
</html>
  • 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-13T13:11:30+00:00Added an answer on June 13, 2026 at 1:11 pm

    The repeater does not have a way of tracking autopostbacks that happen from controls within the repeater. This may offer you a clue:

    Handling autopostbacks within a repeater

    You could try initializing the AutoPostBack property early in the code-behind page life-cycle, perhaps in Page Load method (after page controls have been created):

    ListBox ListBoxControlOne = (ListBox)RepeaterInput.FindControl("ListBoxControlOne");
    ListBoxControlOne.AutoPostBack = false;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Title should make my problem well described.Here goes my code. <div id=adiv><text>Some text</text></div> <script
I am trying set up databinding as described in the title. The problem I
[Apologies if my question title does not accurately describe my problem- if you can
I got a problem described in the title. My selectOneMenu doesn't change my Value
I'm having a lot of headache with the problem described in this topic title.
I have a problem as i've described in title. I've got menu and I
Mostly, problem is described in the title... I tried to load an external SWF
I really don't know what title should I use to describe my problem. To
Firstly, i am sorry if the title does not properly describe my problem, but
I have a problem accessing to data, described in the title of the question.

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.