Under VS 2008 I put a asp.net 2.0 wizard on my page, then put the FileVistaControl in the wizard. This FVC works if just placed on the page, but when put in the wizard, either via drag-drop or by copying the asp.net into the wizard, it subsequently is deleted. What is the incompatibility here?
Joe Bowen
8/21/2008 2:39 PM
Please view the resulting HTML output and see if the control code is rendered. If so, there may be some javascript error which prevents the control from displaying.
Cem Alacayir
9/1/2008 1:47 PM