Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Canelas
  • Content: Threads
  • Order by date
  1. Canelas

    javax.xml.rpc.holders.ObjectHolder - How can i use this?

    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
  2. Canelas

    Log Verbosity

    Hello, everyone. I would like to change my sharepoint logging verbosity. Can someone help, please? Thanks in advance.
  3. Canelas

    Cookie Reading

    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...
  4. Canelas

    Window.Open Issue

    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...
  5. Canelas

    Calling a Web Service and provide credentials

    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...
  6. Canelas

    Windows Environment Variable

    Hello everyone. I need to add a windows environment variable. Can anyone help? Thanks in advance.
  7. Canelas

    Redirect browser inside Web page viewer

    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...
  8. Canelas

    JasperException

    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...
  9. Canelas

    Web Services

    Hello everyone. I need to use a web service, but i'm not getting much success on finding out how to do this. Can anyone help? Thanks in advance.

Part and Inventory Search

Back
Top