If you need to execute a JavaScript script upon the return of your RadAjaxPanel for example to slowly fade or hide a notification message to a user such as in the image below.
To accomplish this all you need to do is add your script to the RadAjaxPanel through the ResponseScript property.
Here is the code for hiding the #Message div after the Ajax call has returned it uses the JQuery JavaScript library.
private void AddHideScript(){rapCities.ResponseScripts.Add("$('#Message').animate({ opacity: 'hide' }, 5000);");
}
Ich denke das ist eh nur ne Modeerscheinung.
LikeLike
Krass! Hätte ich garnicht gedacht…
LikeLike
An sich ne gute Sache, ich frag mich nur, ob das auch dauerhaft brauchbar bleibt.
LikeLike
Hi there terrific publish , Appreciate your sharing these details
LikeLike