hi at all
i have a problem with the radalert
i want show a radalert after postback, i can but my problem is that the radalert
continuous showing in each postback or if i push on the update page button.
my code is this
on the server
//I use this because a iam using a RadAjaxManager
RadAjaxManager1.ResponseScripts.Add("Sys.Application.add_load(pru);")
on the client
function pru()
{
var owdn=radalert("say something");
owdn.add_close(clean);
}
function clean()
{
Sys.Application.remove_load(pru);
// this function is solution to my problem , but isn't complete because if i press a //update button, the radalert come back againĀ”
}
what can i do ? what's wrong ? iam programming on visual basic 2005
i have a problem with the radalert
i want show a radalert after postback, i can but my problem is that the radalert
continuous showing in each postback or if i push on the update page button.
my code is this
on the server
//I use this because a iam using a RadAjaxManager
RadAjaxManager1.ResponseScripts.Add("Sys.Application.add_load(pru);")
on the client
function pru()
{
var owdn=radalert("say something");
owdn.add_close(clean);
}
function clean()
{
Sys.Application.remove_load(pru);
// this function is solution to my problem , but isn't complete because if i press a //update button, the radalert come back againĀ”
}
what can i do ? what's wrong ? iam programming on visual basic 2005