I have an AJAXManager on my master page.
I have a textbox where the user enters text and finds records based on that.
I am using RadAjaxManager1,ResponseScripts.Add("radalert('Test');");
to popup an alert window in case the serach text does not return anything.
It gives me an error 'undefined' is null or not an object
I also have a few AJAXManagerProxy on my content pages.
I am using the reference to the AJAXManager on masterpage using RadAjaxManager.GetCurrent() to popup alertbox on the content pages and they behave normally.
I am unable to figure out why its throwing an error on the master page.
Please help
I have a textbox where the user enters text and finds records based on that.
I am using RadAjaxManager1,ResponseScripts.Add("radalert('Test');");
to popup an alert window in case the serach text does not return anything.
It gives me an error 'undefined' is null or not an object
I also have a few AJAXManagerProxy on my content pages.
I am using the reference to the AJAXManager on masterpage using RadAjaxManager.GetCurrent() to popup alertbox on the content pages and they behave normally.
I am unable to figure out why its throwing an error on the master page.
Please help