I am having difficulty with the following:
.headerNavPanel li a:hover
{
color: #11619f;
}
The color does not seem to work, it only seems to work when I reference using the control id:
#blHeaderNav li a:hover { color: #11619f; }
However, I do not want to change the a color on the list items...
A page on my asp.net website is being accessed via a re-direct from another site/domain.
That calling site/domain has already set a client cookie.
I have been asked to remove that cookie if it exists when the user completes a purchase on my site.
I know how to modify a cookie that is set by...
First time using WCF and have a web application that consumes a web service that uses certificates as the method for authentication.
As far as certficates go, I have 3 available for use in the application. Part of my issue may be that I am not using them correctly in the Service Model settings...
using asp.net 2.0.
I have added a web service to my project by "adding web reference".
I have also set up the SOAP extentions to add a SOAP header with authentication. When I preview the SOAP request in fiddler, the XML looks fine.
However, I also need to add some "authorization: basic"...
Usin VS205 and VB.
I am calling a web service upon the button click event of my asp.net page.
I would like to see what the REQUEST SOAP message looks like upon calling my WS but am not certain of the easiest/best method for doing so.
I've discovered the following MSDN referenece which I...
Using VB. VS 2005.
I have added a web reference to my project for a web service using the specified http WSDL.
I have added an instance of the service to my page:
Example: Dim ws As New myservice
One of the requirements is that I use header authentication in the SOAP response (username and...
I am relatively new to Peoplesoft Enterprise One and also to this forum.
We are using release E 810.
I have heard that there is a UBE that exists that will run and purge qualifying records from the Sales Order (F4211) to the Sales Order History (F42119).
I had thought it was in the Global...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.