Click here to Skip to main content
15,894,720 members

Comments by PP29 (Top 3 by date)

PP29 22-Aug-11 9:37am View    
Thanks Man :)
PP29 22-Aug-11 8:38am View    
strSave = string.Format("XML_{0}_{1}.Xml", DateTime.Today.ToShortDateString(), DateTime.Now.ToLongTimeString());
xdResp.Save(@"C:\Documents and Settings\Prashant_Prakash\My Documents\File\"+strSave);
But it is giving exception as :

The given path's format is not supported.
PP29 22-Aug-11 8:05am View    
But the problem is that i am not able to attach extension like .xml in this case . strSav is containing the value Xml_CurrentDate_CurrentTime.xml but when i m providing the same to xdResp.Save(); it is throwing exception . Not a recognized path .