Re: how to refresh contents of UpdatePanel using call from outside of

I'm not quite sure what you're looking for but it sounds like you need
an async trigger.
<updatePanel id="pnlUp" runat="server">
<contenttemplate>
<!--Stuff -->
</contenttemplate>
<triggers>
<asp:asyncronouspostback controlid="btnPost"
eventname="click" />
</triggers>
</updatepanel>
ge0193387 [ Mo, 31 März 2008 22:10 ] [ ID #1931400 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » Re: how to refresh contents of UpdatePanel using call from outside of

Vorheriges Thema: Re: RegExp Again!
Nächstes Thema: Re: RegExp Again!