ASPPowUpload 1.0 control documentation

Gets an individual TextField object from the collection by the specified index or field name.

Overload List

Gets an individual TextField object from the collection by the specified index.

public�TextField�this[integer index]�{get;}
index
The index of the item to get from the collection.

Gets an individual TextField object from the collection by the specified field name.

public�TextField�this[string fieldName]�{get;}
fieldName
The name of the field corresponding to the NAME attribute of an <INPUT TYPE="text"> item of your upload Form.