blah blah blah is here! blah blah » Close

0
votes
0 answers

How to parse HTML with HTML Agility Pack for Windows Phone 7

Am trying to parse this HTML document to get the contents of flight, time, origin, date and output. [code] <div id="FlightInfo_FlightInfoUpdatePanel"> <table cellspacing="0" cellpadding="0&qu ...

0
votes
0 answers

parsing error: ambiguous match found

I open the page yesterday, it is working fine,, but today I am getting this error... Parser Error Message: Ambiguous match found. Source Error: Line 1: <%@ Register TagPrefix="NetMenu" Namespace="CYBERAKT.WebC ...

1
votes
2 answers

Windows forms text box string to int conversion

Hi, I have a textbox on windows forms and I want to display integer or floating point values. Globals.command = "M162->D:$00008B"; X_Encoder_Pos.Text = Globals.Turbo.GetResponseEx(Globals.device_number, Globa ...

Feedback