Click here to Skip to main content
16,005,339 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: No one can kill Windows service process Pin
nitin_ion1-Sep-08 18:08
nitin_ion1-Sep-08 18:08 
Questiondisplay data into datagrid Pin
anirai27-Aug-08 20:59
anirai27-Aug-08 20:59 
AnswerRe: display data into datagrid Pin
Vimalsoft(Pty) Ltd27-Aug-08 23:09
professionalVimalsoft(Pty) Ltd27-Aug-08 23:09 
Questionproblem while trying to insert number of rows into the database using dataset and tablemapping Pin
kisran27-Aug-08 19:56
kisran27-Aug-08 19:56 
Questionvb.net datagrid cell merging Pin
mmel_g27-Aug-08 19:51
mmel_g27-Aug-08 19:51 
AnswerRe: vb.net datagrid cell merging Pin
Ashfield27-Aug-08 21:15
Ashfield27-Aug-08 21:15 
GeneralRe: vb.net datagrid cell merging Pin
mmel_g29-Aug-08 16:03
mmel_g29-Aug-08 16:03 
QuestionHow to suppress javascript error while using WebClient Pin
MAP Tiger27-Aug-08 14:00
MAP Tiger27-Aug-08 14:00 
Hi
I am using the following code to retrieve an HTML page contents but it is throwing an exception for certain page of javascript type. Following is the code used to retrieve the page.

Dim objWebClient As New WebClient()
Dim objUTF8 As New System.Text.UTF8Encoding()
Dim strRequestHTML As String
strRequestHTML = objUTF8.GetString(objWebClient.DownloadData(New Uri("http://search.live.com/results.aspx?q=basic")))


Here the error is thrown while downloading the data that an unspecified error occurred at line #.

I want to suppress this error, please suggest me any mod which could do the trick. I would be so thankful to you.

Thanks and Regards,

MAP Tiger
Tiger Softwares

Software Designer and Developer
VB.NET, ASP.NET, VFP

AnswerRe: How to suppress javascript error while using WebClient Pin
N a v a n e e t h27-Aug-08 19:47
N a v a n e e t h27-Aug-08 19:47 
GeneralRe: How to suppress javascript error while using WebClient Pin
MAP Tiger27-Aug-08 22:37
MAP Tiger27-Aug-08 22:37 
AnswerRe: How to suppress javascript error while using WebClient Pin
MAP Tiger28-Aug-08 0:02
MAP Tiger28-Aug-08 0:02 
GeneralRe: How to suppress javascript error while using WebClient Pin
dennisa29-Sep-09 13:32
dennisa29-Sep-09 13:32 
Questionvb.net and SQL server 2005 Pin
Rafone27-Aug-08 11:59
Rafone27-Aug-08 11:59 
AnswerRe: vb.net and SQL server 2005 Pin
Polymorpher27-Aug-08 14:16
Polymorpher27-Aug-08 14:16 
AnswerRe: vb.net and SQL server 2005 Pin
Ashfield27-Aug-08 21:24
Ashfield27-Aug-08 21:24 
GeneralRe: vb.net and SQL server 2005 Pin
Rafone28-Aug-08 3:11
Rafone28-Aug-08 3:11 
GeneralRe: vb.net and SQL server 2005 Pin
Jon_Boy28-Aug-08 4:23
Jon_Boy28-Aug-08 4:23 
GeneralRe: vb.net and SQL server 2005 Pin
Rafone28-Aug-08 5:10
Rafone28-Aug-08 5:10 
QuestionCrystal Reports and Images Pin
Cory Kimble27-Aug-08 8:54
Cory Kimble27-Aug-08 8:54 
AnswerRe: Crystal Reports and Images Pin
codemunch27-Aug-08 9:25
codemunch27-Aug-08 9:25 
AnswerRe: Crystal Reports and Images Pin
ScottBrady27-Aug-08 10:51
ScottBrady27-Aug-08 10:51 
Answercopy/past column from excel file to an other one Pin
zdoucha27-Aug-08 7:43
zdoucha27-Aug-08 7:43 
GeneralRe: copy/past column from excel file to an other one Pin
rprateek27-Aug-08 17:17
rprateek27-Aug-08 17:17 
QuestionUsing Updatepanel inside a compositecontrol that implements iscripcontrol Pin
Member 202259227-Aug-08 6:33
Member 202259227-Aug-08 6:33 
AnswerRe: Using Updatepanel inside a compositecontrol that implements iscripcontrol Pin
jzonthemtn28-Aug-08 4:54
jzonthemtn28-Aug-08 4: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.