Hi All In this blog you will get to know some of the problems i have faced during my day to day work. and the solutiosn that i have used for those problems.
Wednesday, April 20, 2011
Forcefully download the pdf files
Response.ContentType = "application/pdf"; Response.AppendHeader("Content-Disposition", "attachment; filename=axz.pdf"); string path = "xyz.pdf"; byte[] buffer = System.IO.File.ReadAllBytes(path); Response.OutputStream.Write(buffer, 0, buffer.Length); Response.Flush();
Monday, April 11, 2011
Count with xpath
Labels:
Baroda,
Count with xpath,
Join,
Kutch,
Nipam,
Nipam Budhabhatti,
Pune,
XPATH
Subscribe to:
Posts (Atom)