[DotNetDevelopment] Re: Output delay with custom click event

2008-12-04 Thread [EMAIL PROTECTED]
Yup, you're right, the output is being rendered before the attack method is processed. Unfortunately, I'm not sure how to fix it. This is what's happening: The attack button is clicked, and the page is reloaded due to the post back. The page is reloaded before the attack is processed, and the

[DotNetDevelopment] Re: Output delay with custom click event

2008-12-04 Thread Brandon Betances
turn off autopostback and call it explicitly when you need to. problem is, you cant turn it off for a button, so try an HtmlButton. On Thu, Dec 4, 2008 at 3:40 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Yup, you're right, the output is being rendered before the attack method is