Click here to Skip to main content
15,893,564 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: weird problems: nothing is happening!! Pin
Jassim Rahma8-Oct-12 7:09
Jassim Rahma8-Oct-12 7:09 
GeneralRe: weird problems: nothing is happening!! Pin
Jassim Rahma8-Oct-12 7:10
Jassim Rahma8-Oct-12 7:10 
GeneralRe: weird problems: nothing is happening!! Pin
Sunil_Nikam8-Oct-12 21:06
Sunil_Nikam8-Oct-12 21:06 
QuestionHow to Develop asp.net application to control Time and authenticationfingerprint Device such as get user ID Pin
osama_hagrass5-Oct-12 3:54
osama_hagrass5-Oct-12 3:54 
AnswerDevice Pin
David Mujica5-Oct-12 6:20
David Mujica5-Oct-12 6:20 
GeneralRe: Device Pin
osama_hagrass5-Oct-12 7:25
osama_hagrass5-Oct-12 7:25 
GeneralRe: Device Pin
Rockstar_7-Oct-12 20:19
professionalRockstar_7-Oct-12 20:19 
Questionhow to Run an URL inside a WCF webservice, the URL return a mp3/zip file Pin
findprasad5-Oct-12 3:50
findprasad5-Oct-12 3:50 
HI
Is there any working solution for how to Run an URL inside a WCF webservice, the URL return a mp3/zip file.

and output of the web service also return those mp3/zip file with prompt "open/save" options in the browser.

my aim to be restrict End user not to know the actual download URL.

I am using below code, but this will not asking for prompt(open/save), i need to specify the path . it get faild if that path is not found any PC


ex: http://download.microsoft.com/download/C/9/4/C94B7FA8-E35F-4C96-8B35-7B183918298F/HDI_ITPro_MSDN_mp3_Installing_ASP_NET_and_Tools_v2.mp3

string remoteUri ="http://download.microsoft.com/download/C/9/4/C94B7FA8-E35F-4C96-8B35-7B183918298F/HDI_ITPro_MSDN_mp3_Installing_ASP_NET_and_Tools_v2.mp3";
        string fileName = AppDomain.CurrentDomain.BaseDirectory +"\download\Tools_v2.mp3", myStringWebResource = null;
        WebClient myWebClient2 = new WebClient();
        myStringWebResource = remoteUri + fileName;
        myWebClient2.DownloadFile(myStringWebResource, fileName);

Questionworking with menu control in asp.net 2.0 Pin
rimjhim_45-Oct-12 2:21
rimjhim_45-Oct-12 2:21 
AnswerRe: working with menu control in asp.net 2.0 Pin
Sandeep Mewara5-Oct-12 2:28
mveSandeep Mewara5-Oct-12 2:28 
AnswerRe: working with menu control in asp.net 2.0 Pin
Rockstar_7-Oct-12 20:21
professionalRockstar_7-Oct-12 20:21 
QuestionMVC Pin
JabbarJahambana4-Oct-12 22:52
JabbarJahambana4-Oct-12 22:52 
AnswerRe: MVC Pin
Sandeep Mewara5-Oct-12 2:47
mveSandeep Mewara5-Oct-12 2:47 
QuestionRecording Screen Work Pin
Pawan Mehra4-Oct-12 22:46
Pawan Mehra4-Oct-12 22:46 
AnswerRe: Recording Screen Work Pin
Sandeep Mewara5-Oct-12 2:30
mveSandeep Mewara5-Oct-12 2:30 
AnswerCamtasia Studio Pin
David Mujica5-Oct-12 3:15
David Mujica5-Oct-12 3:15 
GeneralSetUp Projects Pin
Praveen Reddy(ganni)4-Oct-12 21:04
Praveen Reddy(ganni)4-Oct-12 21:04 
AnswerRe: SetUp Projects Pin
Sandeep Mewara5-Oct-12 2:32
mveSandeep Mewara5-Oct-12 2:32 
QuestionSQL Cache Dependency in ASP.NET Pin
hiredotnet4-Oct-12 20:54
hiredotnet4-Oct-12 20:54 
AnswerRe: SQL Cache Dependency in ASP.NET Pin
Sandeep Mewara5-Oct-12 2:38
mveSandeep Mewara5-Oct-12 2:38 
GeneralRe: SQL Cache Dependency in ASP.NET Pin
Richard MacCutchan5-Oct-12 2:48
mveRichard MacCutchan5-Oct-12 2:48 
GeneralRe: SQL Cache Dependency in ASP.NET Pin
Sandeep Mewara5-Oct-12 2:51
mveSandeep Mewara5-Oct-12 2:51 
QuestionMicrosoft JScript runtime error: Object doesn't support property or method while running simple asp.net web application Pin
Nitin K4-Oct-12 20:35
Nitin K4-Oct-12 20:35 
AnswerRe: Microsoft JScript runtime error: Object doesn't support property or method while running simple asp.net web application Pin
Sandeep Mewara4-Oct-12 20:49
mveSandeep Mewara4-Oct-12 20:49 
AnswerRe: Microsoft JScript runtime error: Object doesn't support property or method while running simple asp.net web application Pin
Rockstar_7-Oct-12 20:42
professionalRockstar_7-Oct-12 20:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.