B
Brent Minder
What is the most efficient way to code asp.net pages when you break your
page up into user controls?
For example: If you have a page with a header (control .ascx), body, and
footer (control .ascx) for a given page and you need to access functions
within a class (bizUtil say) should you declare the bizUtil object on the
header and footer in both the aspx and aspx.vb pages? That's FOUR
references!
This seems bloatful (my new word).
Just wondering,
Brent
page up into user controls?
For example: If you have a page with a header (control .ascx), body, and
footer (control .ascx) for a given page and you need to access functions
within a class (bizUtil say) should you declare the bizUtil object on the
header and footer in both the aspx and aspx.vb pages? That's FOUR
references!
This seems bloatful (my new word).
Just wondering,
Brent