Hi,
i'm trying to do the following.....
I want to validate a username is unique from a RadTextBox and handle TextChanged which calls the database. What I subsequently need to do is get the client to display a radalert or a radwindow to display saying the name is already in use.
I have a RadAjaxManager, and enabled the textbox within it.
In textchanged handler I try to inject a radalert
RadAjaxManager1.ResponseScripts.Add("radalert('UserName is already in use!')");
but it never displays.
Is this something that is possible, or not?
Regards
Paul.
i'm trying to do the following.....
I want to validate a username is unique from a RadTextBox and handle TextChanged which calls the database. What I subsequently need to do is get the client to display a radalert or a radwindow to display saying the name is already in use.
I have a RadAjaxManager, and enabled the textbox within it.
In textchanged handler I try to inject a radalert
RadAjaxManager1.ResponseScripts.Add("radalert('UserName is already in use!')");
but it never displays.
Is this something that is possible, or not?
Regards
Paul.