Class: SoftArtisans.UploadDictionary

Property: Count

Type: long integer

Read Only

Description: The property displays the number of items in the dictionary.

Example:

<% 
Response.Write ("The number of items in the form is " & upl.Form.Count )
... %>