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

imports System
imports System.Data
imports System.Web.UI.WebControls
public class vb_updatepanel1
inherits OboutInc.oboutAJAXPage
protected contactList as DataList
sub Page_Load(byval sender as object, byval e as EventArgs)
LoadContactList()
end sub
public sub LoadContactList()
if Session("contacts") is nothing