where to keep common user controls?

  • Thread starter Thread starter Daves
  • Start date Start date
D

Daves

emm thought (under 2.0) I could use "App_GlobalResources" for keeping all
user controls (accessed from all pages)... this throws an error... was there
some other directory specially thought for this?
 
App_GlobalResources is for files that provide localization support, such
as .resx files. For user controls, you can just create your own direcotry.
There's no standard directory for those.

-Brock
DevelopMentor
http://staff.develop.com/ballen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top