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!

Recent content by dpdg

  1. dpdg

    Punchout using cXML

    I understand what you mean. What I'm asking for is code samples of anyone who has done a punchout application before. I realize that's not very specific, but I won't have any specific questions until I start the project. The ASP.NET part is not the difficulty, it's the XML part of the program...
  2. dpdg

    Punchout using cXML

    Has anybody created a punchout (Open Catalog Interface) using XML and have some sample code that I can get some ideas from?
  3. dpdg

    Punchout using cXML

    PS: I posted this on the asp.net section since the punchout was written in asp.net. Another name for a punchout is OCI with is Open Catalog Interface. I have created the first 2 punchouts in asp.net using standard HTML for posting name/value pairs to the client's server. But the last 2 offers I...
  4. dpdg

    Punchout using cXML

    I have the opportunity of creating a punchout app using cXML. I have done 2 punchout apps before but in standard HTML. I have no experience in doing a punchout in cXML (or even XML for that matter). I know there is information on cXML requirements at http://cxml.com, but I have never seen any...
  5. dpdg

    Punchout using cXML

    I have the opportunity of creating a punchout app using cXML. I have done 2 punchout apps before but in standard HTML. I have no experience in doing a punchout in cXML (or even XML for that matter). I know there is information on cXML requirements at http://cxml.com, but I have never seen any...
  6. dpdg

    Using WebRequest to post to web site

    Is it possible to send data from a WinForm app and insert it into textboxes on a web site using WebRequest? Ex: I click a button on my windows app that sends some text. I want that text to be inserted in a textbox on some company's website that I have open in my browser. If this is not...
  7. dpdg

    Redirecting the output to a web portal

    Do you know of any samples of how I could implement this? Remember, my application is a Windows based application and I would be posting to a web-based app.
  8. dpdg

    Redirecting the output to a web portal

    I have an winforms VB application that outputs a string of characters to a serial port and it goes through RS232 port to another computer and writes to a portal on the other computer -- It writes one character at a time. At any rate, there is a device between the 2 computers that emulates a...
  9. dpdg

    Rewriting URL in ASP.NET to get Wordpress-type “permalink” URL

    I would like my users to enter http://mywebsite.com/the-name-of-my-post and have the following execute: http://mywebsite.com/Default.aspx#&&the-name-of-my-post ...which is what the ScriptManager generates at runtime. I have created an ASP.NET site to replace a Wordpress site that creates...
  10. dpdg

    AJAX not running on Load event

    Now I'd like the rewrite method to run when I click a link that runs the javascript that triggers the updatepanel, so that the URL will change to the correct page name. But I would suppose that could only run on a postback... Is there any way I could do that?
  11. dpdg

    AJAX not running on Load event

    Thanks! That worked out perfect!
  12. dpdg

    AJAX not running on Load event

    I'm using .net framework 4.0. I have an asp.net site that uses a menu to call a JS function which fires an update panel to load the content area with text -- it works fine. But now the Context.RewritePath method doesn't fire in the Global.asax file. If I put the page name after the domain name...
  13. dpdg

    PHP on Win XP 64 bit

    I'm using windows XP 64 bit on my development machine. I have tried installing PHP on it and I can't get it to work. However, when I had it installed on my 32 bit version of XP it worked fine. Does anyone know if PHP will not run on the 64 bit version? If so, is there any special configuration...
  14. dpdg

    Permissions on Win 2003 Server

    So how do I get it to stop prompting for the password? This is a new computer that I am setting up. He has the same setup on the old computer and it doesn't prompt for the username and password when he selects that Outlook profile. And I can't figure out how it was done before. Does it store...
  15. dpdg

    Permissions on Win 2003 Server

    Sorry, I just found out it's not.

Part and Inventory Search

Back
Top