I want use Sys.Component clas in AJAX control.define about the Sys.Component class and how can we define with ajax control?
BehaviororSys.UI.BehaviorControlorSys.UI.Control
Behavior or Sys.UI.Behavior Control or Sys.UI.ControlKnow the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Dec 4, 2011, 3:56 AM
Sys.Component class Provides the base class for the Control and Behavior classes, and for any other object whose lifetime should be managed by the ASP.NET AJAX client library.
Refer
http://blogs.msdn.com/b/mikeormond/archive/2008/03/26/building-asp-net-ajax-controls-pt-2-components.aspx
Thanks