Hi,
I am trying to get the Page OnLoadComplete event auto wired up, but so far have been unsuccessful.
The name of it is "LoadComplete", so is it simply LoadComplete? Or does it follow the page_load syntax?
Nothing I have tried has worked so far. (I have a breakpoint in this event and it is never fired). I have tried variations of the signature below.
protected void LoadComplete(object sender, EventArgs e)
Thanks Kevin