Hi,
I am trying to upgrade a custom control and hit a road block.
I am calling a SMO in C# to get the data necessary to render the custom control. Currently all necessary values are provided on design time and it works.
Now we need to provide one parameter for the SMO on runetime, so we can filter the data with a value in the form (url parameter). And I don't find a way/example to to call my C# Code to render/re-render the data after this value was set as parameter of the custom control (via OnChange or execution of method on this control).
It there a possibility to do it this way?
Or alternatively, do I need to refactor the code to instead get the whole content of the control, I want to render, via ajax call?
Greetings
Carsten