<%@ Page Language="C#" %> <%@ Import Namespace ="eMIS" %> <% string programId = Request.QueryString["pid"].ToString(); string treejson = Request.QueryString["tree"].ToString(); string bgid = (Request.QueryString["bgid"]==null ? "" : Request.QueryString["bgid"].ToString()); InstanceManager inst = new InstanceManager(Context, programId); string tableName = inst.Program.ListTableName; string condition = inst.DefaultCondition; %> Tree