Skip to content

Commit 51494c1

Browse files
authored
Fixing typos in AsyncUpload HowTo article
1 parent 23734fa commit 51494c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controls/asyncupload/how-to/how-to-persist-uploaded-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ position: 3
1212

1313
## Persist uploaded files
1414

15-
**RadAsyncUpload** provides **PostbackTriggers** property which can be used to persist the information forthe successfully uploaded files after a postback.Using that property the information about successfully uploaded files will be persisted after every postback until an exact control triggers a postback. When a postback is triggered from a control which ID is contained by **PostbackTriggers** property all the information for the uploaded files will become available on the server side and the RadAsyncUpload control will stop persisting the uploaded files' information.
15+
**RadAsyncUpload** provides **PostbackTriggers** property which can be used to persist the information for the successfully uploaded files after a postback. Using that property the information about successfully uploaded files will be persisted after every postback until an exact control triggers a postback. When a postback is triggered from a control which ID is contained by **PostbackTriggers** property all the information for the uploaded files will become available on the server side and the RadAsyncUpload control will stop persisting the uploaded files' information.
1616

17-
Indeed **RadAsyncUpload** persists it’s client state(it is a hidden field on the client side that contains information about RadAsyncUploadcontrol) until an exact control triggers a postback. When that happens the client state is reset.
17+
Indeed **RadAsyncUpload** persists its client state(it is a hidden field on the client side that contains information about RadAsyncUploadcontrol) until an exact control triggers a postback. When that happens the client state is reset.
1818

1919
**PostbackTriggers** property is a string array and it can be set from the markup or from the code behind. In case that the property is set from the markup and from the code behind, the value from the code behind is taking in mind.
2020

0 commit comments

Comments
 (0)