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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.