1
Answer

file downloading

i get documentpath .but giving error like a NullReferenceException i am using this code
HttpContext.Current.Response.WriteFile(DocumentPath+ FileName); 

Answers (1)