Avatar

Level 10

In the Initialize event of the ImageField, try to place the following code to prevent the image selecton..

Set the language to JavaScript

this.access = "readOnly";

or

this.access = "protected";

Thanks

Srini