On the client side, I need to call a server method that is not static.
For example, I got the following ucData user control (private code instance), which is the Databind in the load event.
I need a server-side method that should return ucData.IsValid (). Therefore it cannot be static
Is there a way I can do this?
source
share