protected void Page_Load(object sender, EventArgs e) { InitializeVariables(); CreateTable(); refreshCatcher = new RefreshCatcher(this); // Response.Write("<div class=\"float\">\n"); // Response.Write("Upload to " + UploadPhysicalPath + "<br>filename:" + UploadFile.FileName + "<br>photogallerybase" + PhotoGalleryBaseUrl + "<br>bucketname" + ImageBucketName); //Response.Write("</div>\n"); }
protected void Page_Load(object sender, EventArgs e) { InitializeVariables(); CreateTable(); refreshCatcher = new RefreshCatcher(this); }