Hi,
In a composite control, how can I make an event fire internally?
Ie. I populate with some data, see that it's in the right condition (only one item) and then fire off my item selected event, calling the source page's OnItemSelected event.
Thanks,