Hello,
I am firing an ajaxRequest and need to capture the arguments from within the OnInit of my master page. This is because the page lifecycle fires the AjaxRequestHandler after the page has already loaded and I need to set global values prior to any page load. I'm trying to avoid having to reload the pages by invoking a delegate.
Is it possible to read the arguments in server code anywhere but in the event handler?
Request.Form["__EVENTTARGET"] is "ctl00_rsmMain" and I can't find the property in the ScriptManager object.
Thanks!!
Thad
I am firing an ajaxRequest and need to capture the arguments from within the OnInit of my master page. This is because the page lifecycle fires the AjaxRequestHandler after the page has already loaded and I need to set global values prior to any page load. I'm trying to avoid having to reload the pages by invoking a delegate.
Is it possible to read the arguments in server code anywhere but in the event handler?
Request.Form["__EVENTTARGET"] is "ctl00_rsmMain" and I can't find the property in the ScriptManager object.
Thanks!!
Thad