Search code examples
javascriptasp.net-ajaxcomposite

ASP.NET: JavaScript object Component for Composite Control


I have two doubts:

1. I would like to add some client side support for my server composite control but I can't find the correct way to add JavaScript to him.

2. Another feature I would like to have for the client-side support is to have my JavaScript component object returned through $find(id, parent) (shortcut to findComponent method of the Sys.Application).

Can anyone help me? I'm not finding clear information about this :|

Regards,

Rodrigo S.


Solution

  • Actually, the best article I've seen in the matter for beginners is ASP.NET AJAX Control Development