Can multiple aspx pages be linked to the same code behind file?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dan

    Can multiple aspx pages be linked to the same code behind file?

    I have 5 aspx pages that I'd like to share the same code behind file. Those
    pages have the same set of 'core' controls and object data sources. Is this
    a good practice? It seems that VS2005 cannot handle it - gets into an
    endless loop of reading the aspx files.

    Any alternatives?
    Thanks,


Working...