C# ";" character
Mon, 12 May 2008 11:12:01 -0700
Hi,
What does the ";" at the end of an IF statement signify?
e.g.
try
{
If (strvalue <> "ABC") ; <---
{
return true;
}
return false;
}
Is the IF the same meaning as without the ";" at the end ?
cheers
Andrew ...
|
MSN Mesenger Automatically Opens
Fri, 9 May 2008 21:27:01 -0700
I couldn't find a specific forum, ,sorry.) When I boot, MSN Messenger opens
and appears. I don't use it. How can I set it not to automatically appear?
Thank you. ...
|
Possible to put selectNodes("//string") into Array?
Wed, 7 May 2008 00:13:15 +0800
Hi,
I have a selectNodes("//string") which return couple of items. But i wish to
put this result into an Array object so that can return to the calling
function. Not sure whether it is possible.
Thanks
...
|
internet explorer 7 (w XP)
Mon, 28 Apr 2008 07:38:00 -0700
brightness and contrast pblms only present with IE 7 browser ? ...
|
photo problem
Sat, 26 Apr 2008 15:54:01 -0700
When I try to delete or move a picture in shared pics or my pics, the
computer will keep making a copy of that pic and it is starting to make a
mess! Anybody know why this is happening? ...
|
How do I deSerialize this ?
Tue, 22 Apr 2008 05:07:01 -0700
From what I've read on SOAP this is a SOAP message. I've tried using the
soapformatter to de-serialize but to no avail. I know how to deSerialize a
simple XML message. It is related ?
<?xml version="1.0" encoding="utf-8" ?>
- <soap:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http:// ...
|
Verifying Digital Signature in Soap Message
Wed, 9 Apr 2008 13:51:04 -0700
Hi There,
I am a newbe to web services and WSE 3.0. I am connecting to a remote web
service using Web Proxy and the remote service required the soap message to
be digitaly signed(X509 Certificate) that is what i am able to do with my
code using WSE 3.0, But i am not able to verify the incomming response's ...
|
|
|
Event 1114 'been deleted by an external source.'
Tue, 8 Apr 2008 07:53:00 -0700
Can anyone please help me. I work for a company which has Server 2003 and
also Symantec Backup Exec and Continuous Protection. We are experiencing
problems where the snapshots are being deleted spuriously at random times.
Speaking to Symantec they have suggested several ideas and items and
currently their ...
|
SoapHeader class not instantiated during response deserialization
Fri, 4 Apr 2008 17:58:38 -0700
I had no problem creating a .Net web service that uses document binding style
and literal formatting that had both a SoapHeader on input for Authentication
and a SoapHeader on output for sending back general status information.
Unfortunately, I have to communicate with a web service that is using rpc
bindin ...
|
setRequestHeader Content Type Error
Fri, 4 Apr 2008 16:23:26 -0700
Hi
I have issue with my ASP page ascessing webservice(.net 2.0) which returns
an XML document.
ASP Page
dim strSoapMessage
Dim url
Dim XMLDoc
Dim objError
Dim lResolve, lConnect, lSend, lReceive
Dim status, , strU ...
|