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

<%@ Page Language="C#" Debug="true"%>
<%@ Import Namespace="System.IO" %>
<%@ Import Namespace="System.Drawing.Imaging" %>
<%@ Import Namespace="obout_ASPTreeView_2_NET" %>
<script language="C#" runat="server">
void Page_Load(object sender, EventArgs e)
{
string imageFolder = "images";
int maxWidth = 100;
int maxHeight= 100;
string protocol = Page.Request.ServerVariables["SERVER_PROTOCOL"].Split('/')[0].ToLower();
string port = ":"+Page.Request.ServerVariables["SERVER_PORT"];