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
245
Issue multiple control with same id after implementing Async refesh panel
posted

Hi,

I am using web asyncrefrersh pannel as below, after implementing below code i am getting error meassege as "Multiple controls with same ID ware found",

<igmisc:WebAsyncRefreshPanel runat="server" ID="pnlAsyncfilter">
<User control which contains 5 asp buttons>
</igmisc:WebAsyncRefreshPanel>


  <igmisc:WebAsyncRefreshPanel runat="server" ID="pnlAsync1" LinkedRefreshControlID="pnlAsyncfilter">

<asp:ImageButton ID="BtnReset" runat="server" ImageUrl="~/img/bn_reset.png" />
</igmisc:WebAsyncRefreshPanel>

when i click on BtnReset i need to repopulate all the controls which is available inside usercontrol

if i move this reset button inside usercontrol it will work, but i need to show this button outside of usercontrol as per requirement.


It will be helpful if i get any idea on this.

Regards,

M.Seenuvasan