Hi i have this code btnsearch button is outside the content template, and im getting a error, is there any way I can click the btnsearch and
ajax will execute the updatepanel content only..
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<Triggers>
<asp:AsyncPostBackTrigger ControlID="btnSearch" eventname="Click" />
</Triggers>
<ContentTemplate>
,,,,,,,,,,