Click here to Skip to main content
15,903,388 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: URI Format Not Supported. Pin
Meetu Choudhary10-Sep-09 22:41
Meetu Choudhary10-Sep-09 22:41 
GeneralRe: URI Format Not Supported. Pin
Christian Graus10-Sep-09 22:45
protectorChristian Graus10-Sep-09 22:45 
GeneralRe: URI Format Not Supported. Pin
Meetu Choudhary10-Sep-09 22:47
Meetu Choudhary10-Sep-09 22:47 
GeneralRe: URI Format Not Supported. Pin
Christian Graus10-Sep-09 22:49
protectorChristian Graus10-Sep-09 22:49 
GeneralRe: URI Format Not Supported. Pin
Meetu Choudhary10-Sep-09 22:50
Meetu Choudhary10-Sep-09 22:50 
GeneralRe: URI Format Not Supported. Pin
Christian Graus10-Sep-09 22:51
protectorChristian Graus10-Sep-09 22:51 
GeneralRe: URI Format Not Supported. Pin
Meetu Choudhary10-Sep-09 22:54
Meetu Choudhary10-Sep-09 22:54 
AnswerRe: URI Format Not Supported. Pin
vishwjeet10-Sep-09 23:04
vishwjeet10-Sep-09 23:04 
Hi,
Have you tried this .. this is not my code .. I got it from net...
<br />
Dim client As New WebClient<br />
Dim strURL As String = "http://www.someurl.com/sendfile.php?file=myfile.gz"<br />
Dim strFilename As String = Server.MapPath("myfile.gz")<br />
client.DownloadFile(strURL, strFilename)

GeneralRe: URI Format Not Supported. Pin
Meetu Choudhary10-Sep-09 23:38
Meetu Choudhary10-Sep-09 23:38 
GeneralRe: URI Format Not Supported. Pin
vishwjeet11-Sep-09 0:03
vishwjeet11-Sep-09 0:03 
GeneralRe: URI Format Not Supported. Pin
Meetu Choudhary11-Sep-09 0:06
Meetu Choudhary11-Sep-09 0:06 
GeneralRe: URI Format Not Supported. Pin
vishwjeet11-Sep-09 1:52
vishwjeet11-Sep-09 1:52 
GeneralRe: URI Format Not Supported. Pin
Meetu Choudhary11-Sep-09 1:56
Meetu Choudhary11-Sep-09 1:56 
GeneralRe: URI Format Not Supported. Pin
vishwjeet11-Sep-09 2:00
vishwjeet11-Sep-09 2:00 
GeneralRe: URI Format Not Supported. Pin
Meetu Choudhary11-Sep-09 2:03
Meetu Choudhary11-Sep-09 2:03 
GeneralRe: URI Format Not Supported. Pin
Meetu Choudhary11-Sep-09 2:46
Meetu Choudhary11-Sep-09 2:46 
Questiondropdownlist in datagrid Pin
m@dhu10-Sep-09 21:31
m@dhu10-Sep-09 21:31 
AnswerRe: dropdownlist in datagrid Pin
Christian Graus10-Sep-09 21:44
protectorChristian Graus10-Sep-09 21:44 
AnswerRe: dropdownlist in datagrid Pin
Christian Graus10-Sep-09 21:59
protectorChristian Graus10-Sep-09 21:59 
GeneralRe: dropdownlist in datagrid Pin
m@dhu10-Sep-09 22:07
m@dhu10-Sep-09 22:07 
GeneralRe: dropdownlist in datagrid Pin
Christian Graus10-Sep-09 22:22
protectorChristian Graus10-Sep-09 22:22 
GeneralRe: dropdownlist in datagrid Pin
m@dhu10-Sep-09 22:35
m@dhu10-Sep-09 22:35 
GeneralRe: dropdownlist in datagrid Pin
Christian Graus10-Sep-09 22:39
protectorChristian Graus10-Sep-09 22:39 
GeneralRe: dropdownlist in datagrid Pin
m@dhu10-Sep-09 22:44
m@dhu10-Sep-09 22:44 
GeneralRe: dropdownlist in datagrid Pin
Christian Graus10-Sep-09 22:48
protectorChristian Graus10-Sep-09 22:48 

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.