I am trying to display a multiple documentation file like .docx and pdf in datatable by writing the code in custom page .And I am calling that class in design page .
Inisially my webpart will create a user control and it will redirect to the design page in design page i given an custom page path ,throw this path custom page will be executed.
After Build successlly and deployed successfully.It is showing an called "FILE NOT FOUND " In sharepoint 2003.
And it is displaying an errors like this :
File Not Found. at Ozone_Top_News.Top_News_Web_Part.Top_News_Web_Part.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.WebControls.WebParts.WebPart.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
