Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
O

omlac

@omlac
About
Posts
124
Topics
48
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • SOAP Error on Sending with SAAJ0537
    O omlac

    I have added the faultcode to cater for version differences but still getting the same error message. im using the following as my url for the msg: to "http://www.pascalbotte.be/rcx-ws/rcx"; <?xml version="1.0" ?> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> env:Header env:Upgrade <env:SupportedEnvelope qname="ns1:Envelope" xmlns:ns1="http://www.w3.org/2003/05/soap-envelope"/> </env:Upgrade> </env:Header> env:Body env:Fault <faultcode>env:VersionMismatch</faultcode> <faultstring>Version Mismatch</faultstring> </env:Fault> </env:Body> </env:Envelope>

    Java xml help java html wcf

  • SOAP Error on Sending with SAAJ0537
    O omlac

    Thanks very much for your response, here is the soap request im sending <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> SOAP-ENV:Header/SOAP-ENV:Body <ans1:readLS xmlns:ans1="http://phonedirlux.homeip.net/types"> <String_1 xsi:type="xsd:string">your message or e-mail</String_1> </ans1:readLS> </SOAP-ENV:Body> </SOAP-ENV:Envelope>

    Java xml help java html wcf

  • SOAP Error on Sending with SAAJ0537
    O omlac

    Hi everyone im getting the following error message when i try to send a SOAP request. does anyone know how to fix it. im using SAAJ0537. java.security.PrivilegedActionException: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: Invalid Content-Type:text/html. Is this an error message instead of a SOAP response?

    Java xml help java html wcf

  • ocx control tabctl32 on a windows 7
    O omlac

    hi all, im trying to register a ocx control tabctl32 on a windows 7 machines to run vb6. if i run this command regsvr32 command, it finishes succesfully but if i go on a tab its still returnig the error message that the control is missing. im running as an administrator. is there anything else i must do. Regards

    Visual Basic help

  • add a code to button on click/submit
    O omlac

    Hi all i would like to write an on click/submit event on a button and im doing it like this <form name="form1" action="" method="post"> <input type="button" name="mybutton" onclick="<?php print "my Test"; ?>"; form1.submit()"> </form> i know onclick is a javascript function,does anyone know what's the equivalent in PHP. Regards

    Linux, Apache, MySQL, PHP

  • php website setup
    O omlac

    i dont know why it is so difficult to install this PHP or im dumb I have been trying to setup/install php on an XP pc with IIS but without success. here are a few questions i have; on webserver set which IIS should i choose(there is IIS ASApi Module, IIS Fast CGI and IIS CGI) and in IIS what should i specify as my local path under homedirectory tab. or if someone has got all the steps i need to do this that will be greetly appreciated

    Linux, Apache, MySQL, PHP php help question workspace

  • php website setup
    O omlac

    thanks on installing php which iis should i use, there are two of them appearing regards

    Linux, Apache, MySQL, PHP php help question workspace

  • php website setup
    O omlac

    thanks fro the reply i still cant run the app after installing php on iss. the sites are working fine in dreamweaver but on f12 or http://localhost/mytest/index.php the pages keeps opening in dreamweaver. but http://localhost/mytest/index.asp ie an asp page works fine even from dreamweaver Regards

    Linux, Apache, MySQL, PHP php help question workspace

  • php website setup
    O omlac

    i still cant run the app after installing php on iss. the sites are working fine in dreamweaver but on f12 or http://localhost/mytest/index.php the pages keeps opening in dreamweaver. but http://localhost/mytest/index.asp ie an asp page works fine even from dreamweaver Regards

    Linux, Apache, MySQL, PHP php help question workspace

  • php website setup
    O omlac

    well i have got a folder of php files which was used to build a website, how can i run this application on my machine. like running in debug mode using .net framework. everytime i try to run this app it request for athe dreamweaver sites but php doesnt run in dreamweaver. by running i mean opening a php page eg index.php in dreamweaver and the F12 in dreamweaver. is this how im supposed to do it.

    Linux, Apache, MySQL, PHP php help question workspace

  • php website setup
    O omlac

    hi all i have got php files(which make up a website) and i have been asked to help correct some errors on the site, i need to setup the website, i have got dreamweaver on my machine to edit the php files, i havent used PHP before(just helping a friend), how do i go abt setting a site using these files Thanks

    Linux, Apache, MySQL, PHP php help question workspace

  • Opening new window using clientscript.registerstartupscript() on clickin linkbutton
    O omlac

    this works for server side c#; string Script = "Search = window.open('" + "frmSearchAccounts.aspx" + "', 'Search', " + "'location=0,status=0,scrollbars=0,width=685,height=510')" + ";mywindow.moveTo(320,150)"; ScriptManager.RegisterStartupScript(Page, Page.GetType(), "popup", Script, true);

    Web Development help

  • double click on Grid
    O omlac

    hi I have a datagrid and in it i have put a textbox using the template items and i assign the value of the item ID to the textbox and its working fine, but i want to do a double click on a row and would like to return the value in the text box. I have added an attribute in the itemdatabound event as shown below. My problem is, if i double click my javascript alert function keeps returning the same value. Does anyone know what im doing wrong. protected void rdgAccounts_ItemDataBound1(object sender, DataGridItemEventArgs e) { if (e.Item.ItemType == ListItemType.Item) { string text = ((System.Web.UI.WebControls.TextBox)e.Item.FindControl("txt")).Text; rdgAccounts.Attributes.Add("ondblclick", "return OpenGrid('" + text + "');"); } } function OpenGrid(txt2) { alert(txt2); }

    Web Development javascript css design help

  • Insert query and Cursor in same stored procedure
    O omlac

    hi, i think you need to create a transaction for insert and then commit, there after you retrieve and update. reagrds

    modified on Thursday, January 22, 2009 5:49 AM

    Database database sql-server sysadmin help question

  • Reading html into a Sql Server Report
    O omlac

    Hi all How do i read html content into a sql server report. Or if possible may you please help me with links on where to do this. Thank you.

    Database html database sql-server sysadmin help

  • Reading html into a Sql Server Report
    O omlac

    thank you.

    WPF html database sql-server sysadmin help

  • Reading html into a Sql Server Report
    O omlac

    Hi all How do i read html content into a sql server report. Or if possible may you please help me with links on where to do this. Thank you.

    WPF html database sql-server sysadmin help

  • visual studio thinks it resides in Europe, and we're actually in the US
    O omlac

    use this: double dummyOut = new double(); System.Globalization.CultureInfo cultureInfo = new System.Globalization.CultureInfo("en-US", true); Double.TryParse(anyString, System.Globalization.NumberStyles.Any, cultureInfo.NumberFormat, out dummyOut); }

    .NET (Core and Framework) csharp question visual-studio com

  • Files Not found error when running on web Application
    O omlac

    Thank you very much for your response. 1. There is no such folder on the server, but im getting the file from my machine(the one im running from). Would you know how im must write the path so that its read even if im not running in debug. 2.im using javascript to display error messages so thats why c:testtest.pgn- at first i was thinking running on the server removes the backslashes. Thank you very much.

    ASP.NET database sysadmin debugging help

  • Files Not found error when running on web Application
    O omlac

    Hi all im trying to write a file to a database(stored as image), my program works fine in debug mode, and my file name is c:\\Test\\Test.jpg(contained in tboPath.Text) When i run the application as an actual webpage from the server i get the error message "c:TestTest.jpg file name not found", even though the file is there. does anyone know whats causing this. SqlParameter imgLogo = new SqlParameter("@LogoImage", SqlDbType.Image); imgLogo.Direction = ParameterDirection.Input; if (tboPath.Text != "") { imgLogo.Value = File.ReadAllBytes(tboPath.Text); SqlCmd.Parameters.Add(imgLogo); CheckImageExist(strFileName); } Thank you

    ASP.NET database sysadmin debugging help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups