Home > Archive > ASP .NET > May 2005 > Ascynchronous Call Back
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Ascynchronous Call Back
|
|
| John Wright 2005-05-26, 9:00 pm |
| All,
I had a website implementing the ICallBackEventHandler with the
corresponding GetCallbackEventReference. On my web form I had two text
boxes, one to enter text the other to read the returned text all done
without reposting to the server. Now I have the FrameWork 2.0 Beta 2
release it all seems to change. I ran the conversion and it could not
convert it.
So, I need to know if anyone can point me to a reference on how to do this
async call back with the new framework. I prefer VB.NET for the code
behind, but can use C#. Both asp.net javascript code and the vb code behind
would be great. Thanks.
John
| |
| Brock Allen 2005-05-30, 3:59 pm |
| Here's the ASP.NET Quickstart on the topic:
http://beta.asp.net/QUICKSTART/aspn...ibility.aspx#CB
-Brock
DevelopMentor
http://staff.develop.com/ballen
> All,
>
> I had a website implementing the ICallBackEventHandler with the
> corresponding GetCallbackEventReference. On my web form I had two
> text boxes, one to enter text the other to read the returned text all
> done without reposting to the server. Now I have the FrameWork 2.0
> Beta 2 release it all seems to change. I ran the conversion and it
> could not convert it.
>
> So, I need to know if anyone can point me to a reference on how to do
> this async call back with the new framework. I prefer VB.NET for the
> code behind, but can use C#. Both asp.net javascript code and the vb
> code behind would be great. Thanks.
>
> John
>
|
|
|
|
|