Hi,
How can I post a web request like
http://site.com/lookupvalue.aspx?id=xxxxx
and then parse the request ex
Home
Enter another IP address to check:
Here is the result of your query:
999.999.999.999 was not found in dnsbl.njabl.org.
click here to see if 999.999.999.999 is ...
more >>
I only have a VB6 exe that calls a .Net "plug in" and only have the code for
the plug in NOT the original exe but it needs to pass through all the setup
com objects from the exe.
Should I be able to attach to this process and step into debug the .Net code?
THanks
Milly...
more >>
Hi,
I am facing a peculiar problem with Excel Automation. I have a winform where
in I display some data in OWC axSpreadsheet. Next I export this data to an
..xls file. When I try to open (through OleDb) and read this file, I get an
error -
"External table is not in the expected format." ...
more >>
Hi,
I am trying to access a servlet hosted on Tomcat server using HTTPS
Post protocol. I am getting the exception:
"The underlying connection was closed: Could not establish trust
relationship with remote server".
Below is the code snippet. The same worked fine for HTTP POST. Then
when I c...
more >>