You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
498 B

using System;
using OboutInc;
public class cs_customize1 : OboutInc.oboutAJAXPage
{
protected CallbackPanel cp1;
protected CallbackPanel cp2;
void Page_Load(object sender, EventArgs e) {
cp1.BeforePanelUpdate += new OnBeforePanelUpdate(oboutAJAXPage_BeforePanelUpdate);
cp2.BeforePanelUpdate += new OnBeforePanelUpdate(oboutAJAXPage_BeforePanelUpdate);
}
private bool oboutAJAXPage_BeforePanelUpdate(string PanelId, string UpdateContainer) {
System.Threading.Thread.Sleep(2000);