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
411 B

using System;
using System.Web.UI.WebControls;
using OboutInc;
public class cs_rendermethod : OboutInc.oboutAJAXPage
{
protected Label label1;
protected Label label2;
protected Label label3;
protected Label label4;
protected CallbackPanel panelAlways;
protected CallbackPanel panelOnCallback;
protected CallbackPanel panelOnExplicitRequest;
protected CallbackPanel panelOnExplicitRequestAndPageLoad;