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