Example #1
0
    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");
    }
Example #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     InitializeVariables();
     CreateTable();
     refreshCatcher = new RefreshCatcher(this);
 }