I have multiple pages that have LinkButtons that have the exact same code behind them. Is it possible to call/link code from a shared class like one in App_Code directory instead of the code behind page? I still need the code behind for the code that is different.
I have searched and can't find anything but I am still hoping.
Now:
onclick="LinkButtonPOSITION1_Click"
Would like something like:
onclick="ReusableFuncton.LinkButtonPOSITION1_Click"
Thanks in advance!
Hope everyone is having a great day!
Thanks - Jennifer
I have searched and can't find anything but I am still hoping.
Now:
onclick="LinkButtonPOSITION1_Click"
Would like something like:
onclick="ReusableFuncton.LinkButtonPOSITION1_Click"
Thanks in advance!
Hope everyone is having a great day!
Thanks - Jennifer