I have this code in one of my methods:
ClientScript.Re gisterStartupSc ript(GetType(), "AddNews",
"alert('Sor ry! For some reason, the news article couldn't be added. Try
again later...');", true);
After it is registered, I will now need to make this script run. How do you
do that?
ClientScript.Re gisterStartupSc ript(GetType(), "AddNews",
"alert('Sor ry! For some reason, the news article couldn't be added. Try
again later...');", true);
After it is registered, I will now need to make this script run. How do you
do that?
Comment