Grank

1,099
reputation
77 views

Registered User

name Grank
member for 1 year
seen 10 hours ago
website
location Edmonton, AB, Canada
age 27
I'm a .NET developer and dabbler in randomness
1d
comment How do I debug mangled soap requests?
I would also like to know the answer to Bob King's question; this was the approach I had come up with on my own, and went to writing the SoapExtension, and realized I couldn't think of a way to do it thread-safely. :(
Nov
16
comment Adding empty string to RadComboBox
The problem with this is that you don't get to use the EmptyMessage style. Why even use a RadComboBox then; unless you're using templates you might as well go back to good old asp:DropDownList. :P
Nov
16
comment Adding empty string to RadComboBox
Sadly this has nothing to do with it. EmptyMessage is only used when AllowCustomText is set to true, for some reason. It doesn't seem one can use the EmptyMessage style without allowing users to enter custom text.
Nov
11
awarded  Great Answer
Sep
17
awarded  Yearling
Sep
11
revised Integrated Windows Authentication in WCF on IIS 6.0
added more information as I discovered and clarified it in my own situation
Sep
11
answered Integrated Windows Authentication in WCF on IIS 6.0
Sep
11
comment WCF + User credentials
I'm not sure what scenario in which you were able to do this, but in my experience, this is not allowed in WCF. You can't use message-mode username-credential security in basicHttpBinding, it's disallowed by the framework because the credentials would be passed in plain text. You'll get this InvalidOperationException: "BasicHttp binding requires that BasicHttpBinding.Security.Message.ClientCredentialType be equivalent to the BasicHttpMessageCredentialType.Certificate credential type for secure messages. Select Transport or TransportWithMessageCredential security for UserName credentials."
Aug
21
awarded  Great Answer
Aug
14
awarded  Notable Question
Jul
30
comment Edit Xml Node
XmlNode has no SetAttribute method. You need to work with XmlElement instead.
Jul
30
comment Remove Namespaces Prefix in Sandcastle
I have this same issue, it bugs me that I can't find a solution
Jul
27
revised Can I prevent window.onbeforeunload from being called when doing an AJAX call
Realised this solution is only good for some browsers :(
Jul
21
answered Can I prevent window.onbeforeunload from being called when doing an AJAX call
Jun
27
awarded  Nice Question