I am integrating filevista control in my aspx page the code is as follows
<GleamTech:FileVistaControl ID="FileVistaControl" runat="server"
Style="width: 590px; height: 600px"
Language="en-US"
LicenseKey="k0r64Bq87sdwdsNBWuEcj1wWW9QxDXQa2A+lf2R+KGZM="
Debug="false"
Fullscreen="false"
UploadMethod="Flash" EnableViewState=false>
<RootFolders>
<GleamTech:FileVistaRootFolder Name="Documents"
Path="\\computername\Shared\Marketing"
Permissions="Full" />
</RootFolders>
</GleamTech:FileVistaControl>
The question : On the web page the documents root folder and the corresponding files are repeated thrice instead of once, what might be the reason
thanks
Mandar
6/26/2008 4:46 PM
Hi Mandar,
Do you have any frames or iframes in the host page that calls a second copy of the page, this may cause re-adding of the root folder.
Cem Alacayir
7/7/2008 7:39 AM
No, i dont use any frames
however its not re-adding after i purchased the product
but i will post if something comes up
thanks for the reply
m@ndar
Mandar
7/7/2008 10:53 AM