Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,163,306 members, 7,853,413 topics. Date: Friday, 07 June 2024 at 04:13 PM

Windows Phone Development Motolora Handheld Device - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Windows Phone Development Motolora Handheld Device (766 Views)

I Need Dotnet Mono For Andriod Phone Development / I Need An Handheld Pc With Barcode Reader Urgently (2) (3) (4)

(1) (Reply)

Windows Phone Development Motolora Handheld Device by luckyCO(m): 6:47pm On Sep 01, 2012
Hello
I developed which is supposed to connect with a web page supply a value on a php page in which that page gives data in return, I tested it on my computer it is working very well.
But when I deployed it it doesnt process anywhere that has to do with database.
But If I paste on the browser it does fine but the phone couldnt.

Below is the code

Public Shared Function StringFromURL(ByVal URL As String) As String
Try

Dim sr As System.IO.StreamReader = New System.IO.StreamReader(StreamFromURL(URL))
Dim f As String = sr.ReadToEnd()
sr.Dispose()
Return f

Catch ex As Exception
Return "1"
End Try

End Function

Private Shared Function StreamFromURL(ByVal URL As String) As System.IO.Stream

Dim wReq As Net.WebRequest
wReq = WebRequest.Create(URL)
wReq.Timeout = 1020000
wReq.PreAuthenticate = True
Dim wres As WebResponse = wReq.GetResponse
Return wres.GetResponseStream

End Function

No error but it would never fetch the record from the web for me though if I copy the same url and paste it on the web it will process.

Please who can tell me why?
Thanks
Re: Windows Phone Development Motolora Handheld Device by luckyCO(m): 3:49pm On Sep 03, 2012
No help?

(1) (Reply)

School Management Information System / Features That Can Increase The Number Of Users Of Nairaland / Which Brower Can I Use To View Web Page On My Local Computer Using WIFI?

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 8
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.