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 SkipVought 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: *

  1. andre2

    How do I use a querystring with a non-integer??

    Hi guys, I''m trying to use the querystring with a non-integer in my C# ASP+ page. But I don't know how to tell the querystring not to convert my variable into an integer. This is my code: // Obtain fullname from QueryString int fullname = Int32.Parse(Request.Params["fullname"]); I...
  2. andre2

    Help please!! Posting submissions to top of a file

    I really hope someone can help me, because I've posted this to 4 forums with no avail. I'm using an ASP script with the Microsoft XML DOM to append HTML form data to an XML document. I am using this as a news submitting system for my website. The problem is this - new entries, which are...
  3. andre2

    HTML Form data into XML File

    Go here: http://www.xml101.com/articles/michael/htmlxml/default.asp It will show you everything you need to know to use HTML forms and ASP to send to XML files. I'm a newbie too, and in 4 days I got a news submitting system up and running with that article. Happy coding
  4. andre2

    Help please!! Sorting new data in an XML doc

    I really hope someone can help me, because I've posted this to 4 forums with no avail. I'm using an ASP script with the Microsoft XML DOM to append HTML form data to an XML document. I am using this as a news submitting system for my website. The problem is this - new entries, which are...

Part and Inventory Search

Back
Top