Hi all,
how to detect existing .ascx control in Net 2.0?
I try to use method in VirtualPathProvider:
HostingEnvironment.VirtualPathProvider.FileExists( "~/App_UserControls/ucDataPager.ascx");
it return true if file ucDataPager.ascx control exists, but if I publish web
site (no editable) and .ascx files not available on the disc, this method
return false, its bug?
Thanks Pavel