Update:
I realized that I should use
protected override void OnLoad(EventArgs e)
{
AjaxPro.Utility.RegisterTypeForAjax(typeof(WebCustomControl1),
this.Page);
base.OnLoad(e);
}
instead of OnPreRender(). In this case RegisterTypeForAjax works just
fine. Don't know about cookies and security, didn't check in sharepoint
yet, just used asp webpart.
I can send you my simple sample, I think I posted all the code here,
except WebSite part where you just need to add WebPartManager and
WebPartZone and insert WebPart into zone.
Regards,
Roman
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---