Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

I need to download file from web server, without using save
as dialogue box. Can anyone help, thanks In advance.

Answer Posted / kuldeep

for save as dialoge box use this code

Response.ClearContent();
//give file type
Response.ContentType = "video/.wmv";
Response.AddHeader("content-disposition", "attachment;
filename=download.wmv");
string filename1 = @"E:\xyz.wmv";
Response.TransmitFile(filename1);

but if you need to download file without user interaction
then please refer to this link
http://www.devarticles.com/c/a/ASP.NET/HTTP-File-Download-
Without-User-Interaction-Using-.NET/

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?

1120


What is data reader in asp.net?

1245


How can we apply themes to an asp.net application?

1081


What are the various types of validation controls provided by asp.net?

1020


How do you remove duplicates without using remove duplicate stage?

1099


What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC

1093


Mention the execution process for managed code?

1049


How can you implement encapsulation in asp.net?

13239


What are the disadvantages of asp.net?

1125


Why is asp.net so popular?

1019


What is the difference between ldap and active directory?

1129


What is the purpose of url encoding?

1026


Describe the method to create a permanent cookie?

1130


What is the difference between ASP.NET Webforms and ASP.NET MVC?

1218


Explain security types in asp.net?

1152