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

using obout_ASPTreeView_2_NET;
using System.Configuration;
using System.Data.OleDb;
using System.Data;
using System;
public class cs_emailfolders : OboutInc.oboutAJAXPage
{
protected System.Web.UI.WebControls.Literal TreeView;
void Page_Load(object sender, EventArgs e) {
// treeview
obout_ASPTreeView_2_NET.Tree oTree = new obout_ASPTreeView_2_NET.Tree();
string html;