This is a migrated thread and some comments may be shown as answers.

[Solved] problems with ResponseScripts on master page

0 Answers 220 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
newbie
Top achievements
Rank 1
newbie asked on 09 May 2008, 09:41 PM
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

No answers yet. Maybe you can help?

Tags
Ajax
Asked by
newbie
Top achievements
Rank 1
Share this question
or