I had some troubles with the UrlControl where it is impossible to alter his properties after a postback for a dynamic display.
Mainly I changed the Onload Event of the Control, to split the code into a public InitControls() Sub that is called by the Onload. I also put the ShowControls Sub public.
So On Postback, settings new values can be done : Use the InitControls and the ShowControls Sub to update the UrlControl.
Now my question why are those functions not protected functions so we can call them into user defined controls insteed of changing the laub source code.
In the case we are changing the source code, is there a way to submit those changes ?
Thank you
Laurent