Hello,
Please can you tell me how I can determine the number of elements
returned from an HTML form submitted via the GET method?

thanx in advance

Robbie

Re: Find the number of elements by Anthony

Anthony
Tue Jun 13 08:21:15 CDT 2006


"Robert Smith" <RobertSmith@discussions.microsoft.com> wrote in message
news:A8CBB2C7-6ECD-4F60-9975-DB0B459F4D87@microsoft.com...
> Hello,
> Please can you tell me how I can determine the number of elements
> returned from an HTML form submitted via the GET method?
>
> thanx in advance
>
> Robbie

I'll assume you're actually asking:-

In ASP how do I determine how many fields have been sent to server from a
HTML Form using the GET submit method?

The answer:-

Request.QueryString.Count