dropdownlist postback problem

Last post 06-19-2009 10:36 PM by yjaved. 2 replies.

Sort Posts:

  • dropdownlist postback problem

    06-19-2009, 4:29 PM

    Hi,

    Iam using ajax website in which i have master page.In different page i have update panel with some controls like button, textboxs and dropdownlist.When user select item in dropdownlist it should disappear some of the controls.But nothing is happening.i tried to put triggers but still wont work.could you please anyone help me.This is source code.


    <asp:UpdatePanel ID="UpdatePanel1" runat="server">
    <ContentTemplate>
    <asp:Button ID="btnSubmit" runat="server" Text="Submit" style="z-index: 100; left: 715px; position: absolute; top: 783px" OnClick="btnSubmit_Click" />
    </ContentTemplate>
    <Triggers>
    <asp:AsyncPostBackTrigger ControlID = "RadioButtonList1" EventName = "SelectedIndexChanged" />
    </Triggers>
    </asp:UpdatePanel>

  • Re: dropdownlist postback problem

    06-19-2009, 10:32 PM
    Answer
    • Participant
      1,328 point Participant
    • NecroxPy
    • Member since 08-17-2008, 1:37 PM
    • Asunción - Paraguay
    • Posts 244

    In your DropDownList add the following property:

    AutoPostback=true

    Hope its helps.

    Christian Manuel Amado Silva
    [MCITP] Windows Vista Consumer Support Technician
    [MCTS] Windows Vista, Configuration
    [MCTS] .NET Framework 2.0: Web Applications
    [MCTS] Microsoft Windows Mobile 5.0 Application Development
    [MCTS] Microsoft SQL Server 2005
    [MOS] Microsoft Office Master Specialist

    Mark a post as an answer when it is
  • Re: dropdownlist postback problem

    06-19-2009, 10:36 PM
    Answer
    • Participant
      1,113 point Participant
    • yjaved
    • Member since 10-08-2007, 12:00 AM
    • KL, Malaysia
    • Posts 227

    please make sure that the AutoPostBack property is set to true of dropdownlist or radiobuttonlist..........

    ASP.NET Best site ever
    Mark as ans if got your answer.because it will be used for the readers of the forum
Page 1 of 1 (3 items)