Hi there, Im trying to implement Nikhil's approach to crosspage conection for asp.net webparts.
It seems promising and all, but.....always theres a but!
The code doesnt work, i got around some of the controls for changing the Mode, but then
his ActionProviderConnectionPoint : ProviderConnectionPoint has a flaw
see below:
ActionProviderConnectionPoint : ProviderConnectionPoint
public override TypeCollection GetSecondaryInterfaces(Control control) {
return new TypeCollection(base.GetSecondaryInterfaces(control),
new Type[] { typeof(IActionProvider) });
i think it all has to do, because he wrote it when the Net 2 wasnt release Alpha.
my question is.....
has somebody implemented this piece of code. actually u could check the article in his blog, but today it seems something else doesnt work in Nikhil's world, his site.
the article desribes how he has implemented the same functionality that already exists in sharepoint and they didnt implement when developing the webparts framework...Nice.
I bellieve this is a nifty feature to have and although some of you will think querystringing so other page will do fine, having it under the hood has numerous advantages.
.....i think.
If any of you needs the code just reply to the post and i can always send you a mail with the downloaded article's file i have.
Cheers Community