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

using System;
using System.Data.OleDb;
using obout_ASPTreeView_2_NET;
public class cs_addressbook : OboutInc.oboutAJAXPage
{
protected System.Web.UI.WebControls.Literal TreeView;
protected System.Web.UI.WebControls.Literal lContactImage;
protected System.Web.UI.WebControls.Literal lContactName;
protected System.Web.UI.WebControls.Literal lContactCompany;
protected System.Web.UI.WebControls.Literal lContactEmail;
protected System.Web.UI.WebControls.Literal lContactPhone;
protected System.Web.UI.WebControls.Literal lContactCell;
protected System.Web.UI.WebControls.Literal lContactFax;