i am creating an xml file using memory stream and i want to load this xml file into the flash on client scriptso the flash can load data from the streamed xml but i am unable to give path in xml guide mehere is the like there i get the codehttp://www.primaryobjects.com/CMS/Article76.aspxhere is my code
 protected void Page_Init(object sender, EventArgs e)    {        if (!IsPostBack)        {            if (Request.QueryString["uid"] != null)            {
                try                {                    string uid = Request.QueryString["uid"].ToString();		// this web request create an xml file using the above link and send response it works fine                    WebRequest request = WebRequest.Create("http://localhost:29052/DirectResponseOff/load.aspx?uid=" + uid);                    WebResponse response = request.GetResponse();                    Stream s = response.GetResponseStream();                    StreamReader sr = new StreamReader(s, System.Text.Encoding.ASCII);                    string str = sr.ReadToEnd();                    string Path = "load.aspx?uid=" + uid;		// this Path doesn't work i tried and search everywhere lot but failed any sugestion tell me                    ClientScript.RegisterStartupScript(this.GetType(), "Flash", "");                }                catch (Exception)                {
                    throw;                }            }        }    }
CU&UC guide
Hi Gurus,
Need help Updating SQL Server Express DB from c# :(
Please can anyone help with:-
hiCode: <?phpecho "<td width=\"$columnWidth%\" align=\"center\"><a href=\"" . $_SERVER['PHP_SELF'] .
Hardcopy printing is to wide
I want to make a hardcopy at runtime of my active form like this
Progress bar tracking file downloads
Hey guys, was wondering if there was a way to track how far a file has been downloaded. I know there is a way to track uploading with APC and php 5.2 + ?? any suggestions thanks
Staff Induction System - No idea where to go from here!!!
Hi there, I'm pretty new to PHP and Mysql so could really do with being pointed in the right direction with this problem I have.I am trying to set up a system induct new members of staff onto their
Error when call dll from oracle
Hi all, please help me!
Target costs on Process orders not calculating
Hi All,
Need PHP help... have all the elements... just need help putting them together :
Hey Guys, I was wondering if someone could help me. I am doing a website for a client which is about warranties and insurance. There is an enquiry form which the customer will fill in, and when they
Email Processor
I have a few questions so this post will be a larger one! Sorry, but I'm a bit of a PHP newbie so be gentle with me! Awhile back I wrote out a simple forum to email processor that I used with a few