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
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