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/vb_withusercontrol.aspx.vb

16 lines
387 B

imports System.Web.UI.WebControls
public class vb_withusercontrol
inherits OboutInc.oboutAJAXPage
protected dim WebUserControl1 as vb_withusercontrol_uc
public sub DoCallback()
CType(WebUserControl1.FindControl("lblText"), Literal).Text = "some text from server ... panel update ..."
UpdatePanel("CallbackPanel1")
end sub
public function DoCallbackFromUC() as string