UpdatePanel - full refresh

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

    UpdatePanel - full refresh

    I have a master page which has Script Manager declared.

    I have content page TestContent.asp x, it includes User Controls (.ascx)
    called FirstControl.as cx.

    FirstControl.as cx includes another user control called SecondControl.a scx.

    SecondControl.a scx has Update Panel (upREfreshMeOnl y) and a button - Search
    button outside the Update Panel. When I click that button the whole page
    refreshes and I want it should refresh onlyu upRefreshMeOnly Update Panel.

    I am using UpdateMode = Conditional.
    I tried ChildrenAsTrigg ers="false" too.
    I tried using upREfreshMeOnly .Update on SearchButtonCli ck.

    I tried Triggers also...

    Something is not going on correct here. can someone focus and help me to get
    refreshed only the said UpdatePanel.

    Thanks


  • Hillbilly

    #2
    Re: UpdatePanel - full refresh

    Apparently there are some "annoyances " when trying to use AJAX with Master
    Pages but you'll likely get more insight at the asp.net forums. Its almost
    like a conspiracy because few if anybody will even discuss certain 2.0
    issues in the newsgroups...

    "abcd" <abcd@abcd.comw rote in message
    news:D35CA081-DC8D-4E9A-9382-A82256F8F819@mi crosoft.com...
    >I have a master page which has Script Manager declared.
    >
    I have content page TestContent.asp x, it includes User Controls (.ascx)
    called FirstControl.as cx.
    >
    FirstControl.as cx includes another user control called SecondControl.a scx.
    >
    SecondControl.a scx has Update Panel (upREfreshMeOnl y) and a button -
    Search button outside the Update Panel. When I click that button the whole
    page refreshes and I want it should refresh onlyu upRefreshMeOnly Update
    Panel.
    >
    I am using UpdateMode = Conditional.
    I tried ChildrenAsTrigg ers="false" too.
    I tried using upREfreshMeOnly .Update on SearchButtonCli ck.
    >
    I tried Triggers also...
    >
    Something is not going on correct here. can someone focus and help me to
    get refreshed only the said UpdatePanel.
    >
    Thanks
    >
    >

    Comment

    Working...