I am working on the project content managment system. I have made web
templates.Now I want to load dynamically html content in the middle of
the web templates.
I want to save that file as new web page name. I have used .ascx
control file for that. When I made file using the .aspx content of the
template file ,.aspx.vb content of the template file. and loading
dynamically .ascx file. When I tries to run that file in the browser.
It will give me an error
Parser error : could not load type 'webapplication1.abc'. So , what i do so that I can come out from these error?