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

Popular posts from this blog

HOW TO Use the NumericUpDown Control

How To Get IP & Locations details of client machine in asp.net

Get control name in Page_Load event after post back by any control