Hi Guys,
I've a popup zen page to upload files using the input tag and submit button as below :
<html>
<input type="file" size="80" name="FileStream" class="button" id="fileUpload" />
</html>
<!--imageclickbutton id="btnUpload" caption="Upload" width="90" height="30" onclick="zenPage.Upload();"/-->
<submit align="right" id="Submit" name="Submit" caption="Upload1" />
and the problem is that after loading the file on the %OnSubmit classmethod I need to execute a client code a Javascript clientMethod (CloseAndRefresh()) which closes the current popup screen and refresh a gridview in Original page
so
.png)
.png)






