method

  • Non-static method requires a target

    In my specific situation where I received this error, I was able to resolve it by simply changing “null” to the object containing the method which needed to be call. This error indicates a use of reflections that can easily… Continue reading

  • call parent page from user control to invoke page methods

    To illustrate how we will accomplish this using Reflections, we will be using repeater in a user control within a page. Your repeater loads data easily within the user control code behind, but you want to utilize the “ItemCommand” event… Continue reading