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: andre2
  • Content: Threads
  • Order by date
  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

    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