|
|
add controls to the pagerequestmanager
|
|
|
|
|
May 03, 2010 20:08
|
|
Points 1
|
|
|
Hey everyone
I work with asp.net for a long time but I never used ajax before and now I try to learn to work with ajax and make my own controls in dll files so I can use my controls in any project I want.
Now I try to work with the pagerequestmanager but to be honest I know the updatepanel already add himself within those lines in the scriptmanager.
Sys.WebForms.PageRequestManager._initialize('ctl00$Body$ScriptManager', document.getElementById('aspnetForm'));
Sys.WebForms.PageRequestManager.getInstance()._updateControls([], [], [], 90);
but my question is. what script do I need to add my own control to the updatecontrol line. I really want to figure this out. I searched on the web but didn't find anything usefull yet.
Any help is appreciated :).
I work in C#
greets
Waltz
|
|
|
|
|
|
|