I'm trying to migrate some extenders to asp.net 3.5 and it turns out that some of the framework functionality is gone and the whole thing is a bit different. Am I missing something? Is there some good / more detailed documentation on the what has changed
in the framework (client js)?
For example I'm referting to:
- this.registerPartialUpdateEvents() is gone
- GetPropertyValue and SetPropertyValue in the cs class are gone, you have to use the addProperty medthod of the scriptDelegate which is less intuitive to me.
- for some reason that I still can't figure out, the beginRequest/endRequest delegates are not working as expected, one of my properties in the js object is 'unknown' when it gets to the endRequest
Anyway it seems that a lot changed and I can't find any good docs on it.
Any ideas?
Thanks
Jaime
Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue
http://weblogs.asp.net/JaimedelPalacio
jaimedp
Participant
811 Points
151 Posts
Custom Control Extenders in VS 2008 / .net 3.5
May 02, 2008 06:00 AM|LINK
Hi,
I'm trying to migrate some extenders to asp.net 3.5 and it turns out that some of the framework functionality is gone and the whole thing is a bit different. Am I missing something? Is there some good / more detailed documentation on the what has changed in the framework (client js)?
For example I'm referting to:
- this.registerPartialUpdateEvents() is gone
- GetPropertyValue and SetPropertyValue in the cs class are gone, you have to use the addProperty medthod of the scriptDelegate which is less intuitive to me.
- for some reason that I still can't figure out, the beginRequest/endRequest delegates are not working as expected, one of my properties in the js object is 'unknown' when it gets to the endRequest
Anyway it seems that a lot changed and I can't find any good docs on it.
Any ideas?
Thanks
Jaime
http://weblogs.asp.net/JaimedelPalacio