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.
OboutSuite/AJAXPage/cs_withusercontrol.aspx.cs

16 lines
409 B

using System.Web.UI.WebControls;
public class cs_withusercontrol : OboutInc.oboutAJAXPage
{
//protected cs_withusercontrol_uc WebUserControl1;
public void DoCallback()
{
//((Literal)WebUserControl1.FindControl("lblText")).Text = "some text from server ... panel update ...";
UpdatePanel("CallbackPanel1");
}
//public string DoCallbackFromUC()
//{
// return WebUserControl1.DoCallbackFromUC();