Click here to Skip to main content
15,891,764 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Maintain state of radiobuttons while paging in gridview control Pin
Abhijit Jana30-Jun-09 20:51
professionalAbhijit Jana30-Jun-09 20:51 
GeneralRe: Maintain state of radiobuttons while paging in gridview control Pin
farogh haider30-Jun-09 21:26
farogh haider30-Jun-09 21:26 
AnswerRe: Maintain state of radiobuttons while paging in gridview control Pin
Niladri_Biswas30-Jun-09 20:52
Niladri_Biswas30-Jun-09 20:52 
QuestionTreeView control - dynamically bound to an XmlDocument? NavigationUrl Pin
devvvy30-Jun-09 20:12
devvvy30-Jun-09 20:12 
QuestionProblem getting client side value in server side Pin
CrazyCoder2630-Jun-09 19:06
CrazyCoder2630-Jun-09 19:06 
AnswerRe: Problem getting client side value in server side Pin
Aman Bhullar30-Jun-09 19:14
Aman Bhullar30-Jun-09 19:14 
GeneralRe: Problem getting client side value in server side Pin
CrazyCoder2630-Jun-09 19:17
CrazyCoder2630-Jun-09 19:17 
QuestionHow to do HTTP GET request Pin
fuhaizah30-Jun-09 18:06
fuhaizah30-Jun-09 18:06 
Hi fellow coders,

I'm trying to do a HTTP GET request but I get this error: Unable to read data from the transport connection.

Below is my code:
Dim web As New System.Net.WebClient
Dim stream As Stream = web.OpenRead(URI)
Dim reader As StreamReader
reader = New StreamReader(stream)
strResult = reader.ReadToEnd

Note I cant do POST as the URI does not support that.

Thank you in advance.
AnswerRe: How to do HTTP GET request Pin
Christian Graus30-Jun-09 18:24
protectorChristian Graus30-Jun-09 18:24 
GeneralRe: How to do HTTP GET request Pin
fuhaizah30-Jun-09 18:29
fuhaizah30-Jun-09 18:29 
GeneralRe: How to do HTTP GET request Pin
Christian Graus30-Jun-09 18:31
protectorChristian Graus30-Jun-09 18:31 
GeneralRe: How to do HTTP GET request Pin
fuhaizah30-Jun-09 18:36
fuhaizah30-Jun-09 18:36 
GeneralRe: How to do HTTP GET request Pin
Christian Graus30-Jun-09 21:35
protectorChristian Graus30-Jun-09 21:35 
AnswerRe: How to do HTTP GET request Pin
Aman Bhullar30-Jun-09 19:16
Aman Bhullar30-Jun-09 19:16 
GeneralRe: How to do HTTP GET request Pin
fuhaizah30-Jun-09 20:17
fuhaizah30-Jun-09 20:17 
GeneralRe: How to do HTTP GET request Pin
Abhijit Jana30-Jun-09 20:24
professionalAbhijit Jana30-Jun-09 20:24 
GeneralRe: How to do HTTP GET request Pin
N a v a n e e t h30-Jun-09 22:01
N a v a n e e t h30-Jun-09 22:01 
QuestionDynamically Setting Images on an ASP net site Pin
Reanalyse30-Jun-09 17:31
Reanalyse30-Jun-09 17:31 
AnswerRe: Dynamically Setting Images on an ASP net site Pin
Christian Graus30-Jun-09 18:25
protectorChristian Graus30-Jun-09 18:25 
GeneralRe: Dynamically Setting Images on an ASP net site Pin
Reanalyse30-Jun-09 22:47
Reanalyse30-Jun-09 22:47 
Questionhow to upload my website with sql database 2005 to shared hosting space Pin
pbheri30-Jun-09 16:17
pbheri30-Jun-09 16:17 
AnswerRe: how to upload my website with sql database 2005 to shared hosting space Pin
Christian Graus30-Jun-09 18:30
protectorChristian Graus30-Jun-09 18:30 
QuestionCombobox help Pin
Jenfi30-Jun-09 9:59
Jenfi30-Jun-09 9:59 
AnswerRe: Combobox help Pin
Abhijit Jana30-Jun-09 10:11
professionalAbhijit Jana30-Jun-09 10:11 
Questionhow to publish the web site in asp.net 1.1 Pin
Jagz W30-Jun-09 8:54
professionalJagz W30-Jun-09 8:54 

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.