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 TouchToneTommy 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: phaseshift
  • Content: Threads
  • Order by date
  1. phaseshift

    Uploading Objects to Web Service

    I have an arraylist of objects that I am uploading to a Web Service. I am passing the entire arraylist into a function of the Web Service as a parameter. All the objects make it to the Web Service but in the process the app just freezes. Is there a way to kick off a progress bar while this...
  2. phaseshift

    Sessions is Class file

    The following is an example of code that is not working. I am trying to write a class file that will set session variables as needed. public static string ID { get { return HttpContext.Current.Session["ID"].ToString(); } set { HttpContext.Current.Session["ID"] = value...
  3. phaseshift

    File Pointers

    I need to read a file into memory then get a pointer for the files memory location to pass to a C++ dll. I know how to get a pointer in C++ but not not in C#. Any thoughts on where to start. Google hasns't turned anything good up. Also it there a way to do this without getting into unsafe code?
  4. phaseshift

    Parsing XML attributes

    I have an XML file like the following: <idx? <Node1 attribute=""> <Element1 attribute1="" attribute2="" attribute3="" attribute4=""> </item> </Node1> < attribute=""> <Node2 attribute1="" attribute2="" attribute3="" attribute4=""> </item> </Node2> </idx> I need to pasre...
  5. phaseshift

    Passing class Object to Web Service

    I have an ArrayList of objects that I need to pass to a web service. The objects in the ArrayList are objects of a class that I created. When I pass the ArrayList to the Web Service I get an XML error " Cannot generate XML file". If I pass anything else to the Web Service it works just fine...
  6. phaseshift

    Pix to RADIUS Server issue

    I have a PIX 501 setup to due Radius Auth. Once I try and log into my network via the VPN I keep getting the same error at the radius server. Er: "Unknown username or bad password" Even though the account is correct. Any ideas on my is going wrong during the radius auth. Thanks Phaseshift
  7. phaseshift

    New Merlin Magix Price

    My vendor that is quoting me a systems in the range of 40k - 45k for a new Merlin Magix system. This seems high to me. Does anyone else know if this price is the norm? Thanks.
  8. phaseshift

    Input on switching systems

    A few months ago I had an IP office system installed that has been problematic at best. I spoke with my vendor yesterday about switching to a Magix system. Before I make the final decision I was wondering if I could get some feed back on if the Magix will fix my problems. 1. Voice announce We...
  9. phaseshift

    Form maximizing under toolbar

    I have a MDIchild form that when maximized it tucks under my toolbar. Any idea to what property of the toolbar I need to set so that nothing can go under it? Thanks
  10. phaseshift

    IP Office API's

    Does anyone know if there are API's for writing software to interface with the IP office system. I would like to write some custom functions for button programming and just wondering if this is even an option. Thanks
  11. phaseshift

    Site to site vpn question

    Currently I have a PIX 501 at my main site. We are opening another site in two weeks that needs vpn access to the main site and planning on geting another PIX 501 for the remote site . My question is... is the PIX 501 going to handle a site to site vpn and remote access vpn ok or should a go...
  12. phaseshift

    ADO Datarelation inserts not working

    I have two tables with a PK FK relationship. In my code I have set a datarelation between the table but the addnew() is not working. Can anyone look over this and see if you spot a problem. thanks Dim conn As New SqlConnection Dim daclient As New SqlDataAdapter Dim dareferrals As New...
  13. phaseshift

    501 Pix config

    I have been working with this cisco firewall for a week now and no farther than when I started. Could some please look at my config and tell me what i am doing wrong. Thanks my inside network is 192.168.2.x my outside network is 192.168.1.x my dsl modem is 192.168.1.2 interface ethernet0 auto...

Part and Inventory Search

Back
Top