Chandra Bhushan Prasad: How to open a file (C#) as download option
Chandra Bhushan Prasad: How to open a file (C#) as download option: public static void DownloadFile ( string filePath ) { string path = HttpContext . Current . Server . MapPath ( filePath ); ...
Comments
Post a Comment