how can i create download link in asp.net webforms value of datacomes from datarow and file is stored in file in server
some times
pleae its emegency n i used some things like
Response.ContentType = "Application";
Response.AppendHeader("Content-Disposition", "attachment; filename='"+filer+"'");
Response.TransmitFile(Server.MapPath("../MyFiles/" + filer));
Response.End();
not working

Manikandan MurugesanPosted Jun 11, 2017, 12:41 PM
Nirmal RoyPosted Jun 12, 2017, 4:12 AM
Rajkiran SwainPosted Jun 12, 2017, 4:00 AM
Carnation FlowersPosted Jun 11, 2017, 9:25 AM
Carnation FlowersPosted Jun 11, 2017, 9:24 AM