Hallo everyone,
i finally made it and now i want to share my knowledge.
1. the webpage the control is in, must have in it's web.config, the
httphandler-part. that's all it needs.
2. the control needs to register ajax in the oninit-phase:
protected override void OnInit(EventArgs e)
{
base.OnInit(e);
AjaxPro.Utility.RegisterTypeForAjax(typeof(***))
}
you need to mark the method(s). [AjaxPro.AjaxMethode()]
and render the javascript which calls the function, i did this in
onprerender.
==> should work.
Greetings,
christoph
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ajax.NET Professional" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/ajaxpro
The latest downloads of Ajax.NET Professional can be found at
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---