Why not move the method to a code file that each can call? That is the first
step towards actually making a reusable library. While there are other ways
of handling this, the fact that you are reusing at the lower levels
indicates the functionality is needed elsewhere.
Or, do you not really need to "call" the method, but have it fire during
postback. If so, create event delegates in your ASCX that fire off events
that are handled in the page. This leads to a properly encapsulated user
control.
Perhaps something else?
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
|
*************************************************