P
Pooja
Hi,
I'm getting an error while trying to load a user control in the server
control:
"Parser Error: External component has thrown an exception."
This happens when I try to execute following line:
IPageTemplate template ;
template = (IPageTemplate)Page.LoadControl(templatePath);
Thanks in anticipation,
Pooja.
I'm getting an error while trying to load a user control in the server
control:
"Parser Error: External component has thrown an exception."
This happens when I try to execute following line:
IPageTemplate template ;
template = (IPageTemplate)Page.LoadControl(templatePath);
Thanks in anticipation,
Pooja.