Click to See Complete Forum and Search --> : Event Raising


Bill Crawley
February 28th, 2007, 03:18 AM
Hi All,

Does anyone have sample code or a good link that shows how to raise events using VB as the script language in .Net2.0.

Basically when a button is pressed on the form, a Class method is run. Whilst the class method is being run, I want to be able to raise events back to the client.

I thought I might be able to use the GetCallbackEventReference method, but it's not initiated from the client but the server