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

  • Home
  • SEARCH
  • 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 6711167
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T08:06:27+00:00 2026-05-26T08:06:27+00:00

When an UpdatePanel Calls a method in server and for example this method change

  • 0

When an UpdatePanel Calls a method in server and for example this method change

textBox1.Text = "12312"

and this textBox1 was out of updatePanle scope
it dosn’t change it text till a postback happend to the page

so I need after that calculation and chaging the Textbox’s text in the server, I need to forcepage to do postback

plz can any one help ?

  • 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-26T08:06:28+00:00Added an answer on May 26, 2026 at 8:06 am

    If you wish for a control within the UpdatePanel to perform a standard postback, define a PostBackTrigger within the UpdatePanel, setting the ControlID to the ID of the control you wish to perform the postback.

    <asp:UpdatePanel ...
    
         ...
    
        <Triggers>
            <asp:PostBackTrigger ControlID="ControlIDToPostBack" />
        </Triggers>
    </asp:UpdatePanel>
    

    Or you could add the TextBox control you wish to update to another UpdatePanel setting both of the UpdatePanel’s UpdateMode properties to Always.

    This will ensure that the content within both UpdatePanel controls is updated for all postbacks that originate from the page. Which includes asynchronous postbacks.

    <asp:UpdatePanel ... UpdateMode="Always"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using an UpdatePanel and want to put a CompareValidator on two text boxes,
I have a link in an update panel which calls a js method to
calling a js function using onclick... onclick=SubmitAge(66, 'ctl00_MainContent_arTo_upAgeRange') function just calls an updatePanel from
I have the following structure <asp:UpdatePanel ID=MyUpdatePanel runat=server> <ContentTemplate> <asp:MultiView ID=MyViews runat=server> <asp:View ID=List
asp.net 2.0 / jQuery / AJAX <script type=text/javascript> //updated to show proper method signature
I have a gridview inside an updatepanel and I have a javascript that calls
I have this method defined since I will add a link button to each
I have the following update panel tag: <asp:UpdatePanel ID=UpdatePanel1 runat=server UpdateMode=Conditional onload=load()> in my
IGNORE THIS: I was rebinding the grid in the Onload method. I have a
I've got multiple UpdatePanel's on a page and i'm updating 2 of them manually

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.