Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
615
WebAsyncRefreshPanel
posted

I'm trying to use a WebAsyncRefreshPanel in one of the panes of the splitter.  I can't seem to find the right combination of properties to get the page to do a partial post back on that WebAsyncRefreshPanel.  Evertime I try I get a full page post back.  Does the splitter support the WebAsyncRefreshPanel?

Parents
  • 45
    posted

    Hi,

     As per this example : http://samples.infragistics.com/2008.3/WebFeatureBrowser/Default.aspx

    I have a asp:content page with Webcombo1 and a warp with another webcombo2.

    I have to populate my webcombo2 based on the selected value from webcombo1. So first i could populate the webcombo1 using the datasource event and in the selectedrow change event i could popoulate the webcombo2 based on the selected value from webcombo1.

    But the problem is, the page is being postback and again the webcombo1 is populated. So please suggest me how to solve this.

    Thanks

    loyalite

Reply Children