ASP.NET 2.0 ICallbackEventHandler

L

Lorenzo Soncini

I have a problem. If I look MSDN the interface who is in the message object
have two virtual method
GetCallbackResult
RaiseCallbackEvent

The tocumentation say me:
void RaiseCallbackEvent (
string eventArgument
)
but when I see the MSDN sample the method RaiseCallbackEvent was implemented
:

public String RaiseCallbackEvent(String eventArgument As String)
{
return eventArgument + " new value";
}

But when I compile the class with my RaiseCallbackEvent i get ana error
because the method is not returning VOID
Any idea? Sorry for my bad english
Lorenzo Soncini
 
B

Bruce Barker

the behavior was changed between the beta and the rtm. read the rtm
documentation.

-- bruce (sqlwork.com)
 
L

Lorenzo Soncini

I reinstall my MSDN :)
Online the documentation is ok..and I have solved the problem

Thanks
Lorenzo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top