HELP: UpdatePanel

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Guramrit Singh

    HELP: UpdatePanel

    Hi Everybody,

    I have a problem with UpdatePanelAnim ationExtender. I have multiple update
    panels each with a UpdatePanelAnim ationExtender associated with it. I want
    all my update panels mode to be conditional(i don't want to set it to
    always). When 1 update panel updates the OnUpdating fires on all update
    panels!

    Or can I capture update events of updatepanel on client side.

    Please Help me out


  • Munna

    #2
    Re: HELP: UpdatePanel

    Hi

    Update panel has a property called update mode. by default it's value
    is always.
    change it to conditional for all the update panel. Add trigger for
    each update panel that require update on client .
    in code behind file write a function to call UpdatePanel1.Up date();
    method for each update panel u want to refresh...

    u might also check it out...

    Build web apps and services that run on Windows, Linux, and macOS using C#, HTML, CSS, and JavaScript. Get started for free on Windows, Linux, or macOS.


    Best of luck

    -------
    Munna




    Comment

    Working...