Mike,
You seem to be discussing two different idea.
1) Passing a database procedure name which is nothing more than a string
2) Passing a delegate to a function
These are unrelated concepts so I'm still not clear on what you are trying to acheive. For one thing, you are going to have problems trying to deal with two pages at a time when dealing with delegates. (Passing a string from page to page is no problem because that can be done any number of ways.)
Sorry I can't give you more than that. (Also for taking so long, I've been swamped with work.)
-
Peter