Hi everyone.
I have a web service client that is returning me this object.
How can i use this object?
The web service is returning an image bytes for later writing. But i'm not being able to do anything with this.
Can anyone help, please?
Thanks.
Canelas
Hi everyone.
I'm trying to read a cookie inside an .aspx page but i don't seem to be getting there.
Here is my code:
try
{
HttpCookie cookie;
cookie = Request.Cookies.Get("name");
Label2.Text = cookie.Name;
}
catch (Exception...
Hi everybody.
Need a little help.
I have an aspx with a link button that opens a new window. The content for this page isn't always the same size, and while the contents of the new page isn't bigger than the window size, the script works fine. However, if the new page contents don't fit in the...
Hi everyone.
I have a web service written by me, that calls another web service.
Thing is... when i make a request, i get the error...
"System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected...
Hi all...
I'm not very sure if this is the place to post this question but here it goes...
I have a Sharepoint page with a page viewer web part. I can get to the page fine. The page works fine, as well as the page script wich is written in c#. The problem is, that when i want to redirect the...
Hello everyone.
I have a JSP page, calling an external class, within the web-inf/package/classname.class.
However i keep getting the following error:
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: 37 in the jsp file: /2all_receipt.jsp
Generated...
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.