I am currently working on a light edition of our website, and this is developed in Prometheus.
In the old version we were able to do AjaxRequests from the master page due to using
But after this upgrade to Prometheus I can't really find a way to do anything like it. I have tried
didn't work :( tried
doesn't work either since the page is a master page and not a "Page" class.
Can't find any subjects on this and I can't find any threads that shoots this option to the ground either...Is it completely impossible to do a AjaxRequest from the masterpage in Prometheus or?
In the old version we were able to do AjaxRequests from the master page due to using
| <%=ajaxManager.ClientID%>.AjaxRequest(...) |
But after this upgrade to Prometheus I can't really find a way to do anything like it. I have tried
| $find('<%=ajaxManager.ClientID%>').ajaxRequest(...) |
didn't work :( tried
| $find( '<%=RadAjaxManager.GetCurrent(this).ClientID%>' ).ajaxRequest(...) |
doesn't work either since the page is a master page and not a "Page" class.
Can't find any subjects on this and I can't find any threads that shoots this option to the ground either...Is it completely impossible to do a AjaxRequest from the masterpage in Prometheus or?