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

imports System
public class vb_createtimer2
inherits OboutInc.oboutAJAXPage
public sub ServerCreateTimer ()
if not Session("nrCallback") is nothing
Session("nrCallback") = 0
end if
CreateTimer("MyTimer", "myServerMethod", "myClientFunction", 2000)
end sub
public sub ServerCancelTimer ()
if not Session("nrCallback") is nothing