Building Ajax Controls
August 24, 2007 Leave a comment
In the upcoming weeks i want to describe how you can build your own Ajax Control. In these posts i will describe how a Control should look like, but also why it should be build that way. I will describe for each part of this subject how the Ajax framework will interact with our control. The subjects i want to describe are shown below:
- Building Ajax controls part I (Control constructor + Prototype pattern + Initialize + Dispose)
- Building Ajax controls part II (Define properties)
- Building Ajax controls part III (Define Events)
- Building Ajax controls part IV (Define Methods)
- Building Ajax controls part V (Define References)
- Building Ajax controls part VI (make control serverside available, Scriptdescriptor, Scriptreferences)